#[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: f32Trait 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§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl 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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)