Struct ash::vk::CooperativeMatrixPropertiesNV
source · #[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: StructureType
§p_next: *mut c_void
§m_size: u32
§n_size: u32
§k_size: u32
§a_type: ComponentTypeNV
§b_type: ComponentTypeNV
§c_type: ComponentTypeNV
§d_type: ComponentTypeNV
§scope: ScopeNV
Implementations§
source§impl CooperativeMatrixPropertiesNV
impl CooperativeMatrixPropertiesNV
pub fn builder<'a>() -> CooperativeMatrixPropertiesNVBuilder<'a>
Trait Implementations§
source§impl Clone for CooperativeMatrixPropertiesNV
impl Clone for CooperativeMatrixPropertiesNV
source§fn clone(&self) -> CooperativeMatrixPropertiesNV
fn clone(&self) -> CooperativeMatrixPropertiesNV
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 moresource§impl TaggedStructure for CooperativeMatrixPropertiesNV
impl TaggedStructure for CooperativeMatrixPropertiesNV
const STRUCTURE_TYPE: StructureType = StructureType::COOPERATIVE_MATRIX_PROPERTIES_NV
impl Copy for CooperativeMatrixPropertiesNV
Auto Trait Implementations§
impl Freeze for CooperativeMatrixPropertiesNV
impl RefUnwindSafe for CooperativeMatrixPropertiesNV
impl !Send for CooperativeMatrixPropertiesNV
impl !Sync for CooperativeMatrixPropertiesNV
impl Unpin for CooperativeMatrixPropertiesNV
impl UnwindSafe for CooperativeMatrixPropertiesNV
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