Struct unity_native_plugin_sys::VkCooperativeMatrixPropertiesNV [−][src]
#[repr(C)]pub struct VkCooperativeMatrixPropertiesNV {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub MSize: u32,
pub NSize: u32,
pub KSize: u32,
pub AType: VkComponentTypeNV,
pub BType: VkComponentTypeNV,
pub CType: VkComponentTypeNV,
pub DType: VkComponentTypeNV,
pub scope: VkScopeNV,
}Fields
sType: VkStructureTypepNext: *mut c_voidMSize: u32NSize: u32KSize: u32AType: VkComponentTypeNVBType: VkComponentTypeNVCType: VkComponentTypeNVDType: VkComponentTypeNVscope: VkScopeNVTrait Implementations
Auto Trait Implementations
impl !Send for VkCooperativeMatrixPropertiesNV
impl !Sync for VkCooperativeMatrixPropertiesNV
impl Unpin for VkCooperativeMatrixPropertiesNV
Blanket Implementations
Mutably borrows from an owned value. Read more