#[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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)