#[repr(C)]pub struct Patch3D {
pub u: V3,
pub v: V3,
pub origin: V3,
}
๐Deprecated since 0.30.0: Skia now has support for a 4x matrix (core::M44) in core::Canvas.
Fieldsยง
ยงu: V3
๐Deprecated since 0.30.0: Skia now has support for a 4x matrix (core::M44) in core::Canvas.
ยงv: V3
๐Deprecated since 0.30.0: Skia now has support for a 4x matrix (core::M44) in core::Canvas.
ยงorigin: V3
๐Deprecated since 0.30.0: Skia now has support for a 4x matrix (core::M44) in core::Canvas.
Implementationsยง
Trait Implementationsยง
impl StructuralPartialEq for Patch3D
Auto Trait Implementationsยง
impl Freeze for Patch3D
impl RefUnwindSafe for Patch3D
impl Send for Patch3D
impl Sync for Patch3D
impl Unpin for Patch3D
impl UnwindSafe for Patch3D
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more