#[repr(C)]pub struct VkCooperativeMatrixPropertiesKHR {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub MSize: u32,
pub NSize: u32,
pub KSize: u32,
pub AType: VkComponentTypeKHR,
pub BType: VkComponentTypeKHR,
pub CType: VkComponentTypeKHR,
pub ResultType: VkComponentTypeKHR,
pub saturatingAccumulation: VkBool32,
pub scope: VkScopeKHR,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§MSize: u32
§NSize: u32
§KSize: u32
§AType: VkComponentTypeKHR
§BType: VkComponentTypeKHR
§CType: VkComponentTypeKHR
§ResultType: VkComponentTypeKHR
§saturatingAccumulation: VkBool32
§scope: VkScopeKHR
Trait Implementations§
Source§impl Clone for VkCooperativeMatrixPropertiesKHR
impl Clone for VkCooperativeMatrixPropertiesKHR
Source§fn clone(&self) -> VkCooperativeMatrixPropertiesKHR
fn clone(&self) -> VkCooperativeMatrixPropertiesKHR
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 VkCooperativeMatrixPropertiesKHR
Auto Trait Implementations§
impl Freeze for VkCooperativeMatrixPropertiesKHR
impl RefUnwindSafe for VkCooperativeMatrixPropertiesKHR
impl !Send for VkCooperativeMatrixPropertiesKHR
impl !Sync for VkCooperativeMatrixPropertiesKHR
impl Unpin for VkCooperativeMatrixPropertiesKHR
impl UnwindSafe for VkCooperativeMatrixPropertiesKHR
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