#[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
VkCooperativeMatrixPropertiesNV
Provided by VK_NV_cooperative_matrix.
Returned only*, filled by Vulkan, not constructed by the application.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_COOPERATIVE_MATRIX_PROPERTIES_NV.
p_next: *mut c_voidOptional, may be null.
m_size: u32§n_size: u32§k_size: u32§a_type: ComponentTypeNV§b_type: ComponentTypeNV§c_type: ComponentTypeNV§d_type: ComponentTypeNV§scope: ScopeNVImplementations§
Source§impl CooperativeMatrixPropertiesNV
impl CooperativeMatrixPropertiesNV
Sourcepub fn builder<'a>() -> CooperativeMatrixPropertiesNVBuilder<'a>
pub fn builder<'a>() -> CooperativeMatrixPropertiesNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for CooperativeMatrixPropertiesNV
impl Clone for CooperativeMatrixPropertiesNV
Source§fn clone(&self) -> CooperativeMatrixPropertiesNV
fn clone(&self) -> CooperativeMatrixPropertiesNV
Returns a duplicate 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 moreimpl 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 UnsafeUnpin 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