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