#[repr(C)]pub struct VkSRTDataNV {}
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
Trait Implementations§
Source§impl Clone for VkSRTDataNV
impl Clone for VkSRTDataNV
Source§fn clone(&self) -> VkSRTDataNV
fn clone(&self) -> VkSRTDataNV
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkSRTDataNV
impl Default for VkSRTDataNV
Source§fn default() -> VkSRTDataNV
fn default() -> VkSRTDataNV
Returns the “default value” for a type. Read more
impl Copy for VkSRTDataNV
Auto Trait Implementations§
impl Freeze for VkSRTDataNV
impl RefUnwindSafe for VkSRTDataNV
impl Send for VkSRTDataNV
impl Sync for VkSRTDataNV
impl Unpin for VkSRTDataNV
impl UnwindSafe for VkSRTDataNV
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