#[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§
source§impl SRTDataNV
impl SRTDataNV
pub fn sx(self, sx: f32) -> Self
pub fn a(self, a: f32) -> Self
pub fn b(self, b: f32) -> Self
pub fn pvx(self, pvx: f32) -> Self
pub fn sy(self, sy: f32) -> Self
pub fn c(self, c: f32) -> Self
pub fn pvy(self, pvy: f32) -> Self
pub fn sz(self, sz: f32) -> Self
pub fn pvz(self, pvz: f32) -> Self
pub fn qx(self, qx: f32) -> Self
pub fn qy(self, qy: f32) -> Self
pub fn qz(self, qz: f32) -> Self
pub fn qw(self, qw: f32) -> Self
pub fn tx(self, tx: f32) -> Self
pub fn ty(self, ty: f32) -> Self
pub fn tz(self, tz: f32) -> Self
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