#[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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more