Struct ash::vk::TransformMatrixKHR
source · #[repr(C)]pub struct TransformMatrixKHR {
pub matrix: [f32; 12],
}
Fields§
§matrix: [f32; 12]
Trait Implementations§
source§impl Clone for TransformMatrixKHR
impl Clone for TransformMatrixKHR
source§fn clone(&self) -> TransformMatrixKHR
fn clone(&self) -> TransformMatrixKHR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more