#[repr(C)]pub struct VkTransformMatrixKHR {
pub matrix: [[f32; 4]; 3],
}
Fields§
§matrix: [[f32; 4]; 3]
Trait Implementations§
Source§impl Clone for VkTransformMatrixKHR
impl Clone for VkTransformMatrixKHR
Source§fn clone(&self) -> VkTransformMatrixKHR
fn clone(&self) -> VkTransformMatrixKHR
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 VkTransformMatrixKHR
impl Default for VkTransformMatrixKHR
Source§fn default() -> VkTransformMatrixKHR
fn default() -> VkTransformMatrixKHR
Returns the “default value” for a type. Read more
impl Copy for VkTransformMatrixKHR
Auto Trait Implementations§
impl Freeze for VkTransformMatrixKHR
impl RefUnwindSafe for VkTransformMatrixKHR
impl Send for VkTransformMatrixKHR
impl Sync for VkTransformMatrixKHR
impl Unpin for VkTransformMatrixKHR
impl UnwindSafe for VkTransformMatrixKHR
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