#[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§
source§impl PartialEq<Patch3D> for Patch3D
impl PartialEq<Patch3D> for Patch3D
impl StructuralPartialEq for Patch3D
Auto Trait Implementations§
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