#[repr(C)]pub struct SRTDataNV {}
Expand description
Fields§
§sx: f32
§a: f32
§b: f32
§pvx: f32
§sy: f32
§c: f32
§pvy: f32
§sz: f32
§pvz: f32
§qx: f32
§qy: f32
§qz: f32
§qw: f32
§tx: f32
§ty: f32
§tz: f32
Implementations§
Trait Implementations§
impl Copy for SRTDataNV
Auto Trait Implementations§
impl Freeze for SRTDataNV
impl RefUnwindSafe for SRTDataNV
impl Send for SRTDataNV
impl Sync for SRTDataNV
impl Unpin for SRTDataNV
impl UnwindSafe for SRTDataNV
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