#[repr(C)]pub struct SRTDataNV {}Expand description
Fields
sx: f32a: f32b: f32pvx: f32sy: f32c: f32pvy: f32sz: f32pvz: f32qx: f32qy: f32qz: f32qw: f32tx: f32ty: f32tz: f32Implementations
sourceimpl SRTDataNV
impl SRTDataNV
pub fn builder<'a>() -> SRTDataNVBuilder<'a>
Trait Implementations
impl Copy for SRTDataNV
Auto Trait Implementations
impl RefUnwindSafe for SRTDataNV
impl Send for SRTDataNV
impl Sync for SRTDataNV
impl Unpin for SRTDataNV
impl UnwindSafe for SRTDataNV
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more