Struct skia_bindings::SkPatch3D
source · #[repr(C)]pub struct SkPatch3D {
pub fU: SkV3,
pub fV: SkV3,
pub fOrigin: SkV3,
}
Fields§
§fU: SkV3
§fV: SkV3
§fOrigin: SkV3
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SkPatch3D
impl Send for SkPatch3D
impl Sync for SkPatch3D
impl Unpin for SkPatch3D
impl UnwindSafe for SkPatch3D
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