Struct ash::vk::CooperativeMatrixPropertiesNV [−][src]
#[repr(C)]pub struct CooperativeMatrixPropertiesNV { pub s_type: StructureType, pub p_next: *mut c_void, pub m_size: u32, pub n_size: u32, pub k_size: u32, pub a_type: ComponentTypeNV, pub b_type: ComponentTypeNV, pub c_type: ComponentTypeNV, pub d_type: ComponentTypeNV, pub scope: ScopeNV, }
Expand description
Fields
s_type: StructureTypep_next: *mut c_voidm_size: u32n_size: u32k_size: u32a_type: ComponentTypeNVb_type: ComponentTypeNVc_type: ComponentTypeNVd_type: ComponentTypeNVscope: ScopeNVImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for CooperativeMatrixPropertiesNV
impl !Sync for CooperativeMatrixPropertiesNV
impl Unpin for CooperativeMatrixPropertiesNV
impl UnwindSafe for CooperativeMatrixPropertiesNV
Blanket Implementations
Mutably borrows from an owned value. Read more