#[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: VkScopeKHRTrait Implementations§
source§impl Clone for VkCooperativeMatrixPropertiesKHR
impl Clone for VkCooperativeMatrixPropertiesKHR
source§fn clone(&self) -> VkCooperativeMatrixPropertiesKHR
fn clone(&self) -> VkCooperativeMatrixPropertiesKHR
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 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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)