#[repr(C)]pub struct VkPhysicalDeviceCooperativeMatrixFeaturesNV {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub cooperativeMatrix: VkBool32,
pub cooperativeMatrixRobustBufferAccess: VkBool32,
}Fields§
§sType: VkStructureType§pNext: *mut c_void§cooperativeMatrix: VkBool32§cooperativeMatrixRobustBufferAccess: VkBool32Trait Implementations§
Source§impl Clone for VkPhysicalDeviceCooperativeMatrixFeaturesNV
impl Clone for VkPhysicalDeviceCooperativeMatrixFeaturesNV
Source§fn clone(&self) -> VkPhysicalDeviceCooperativeMatrixFeaturesNV
fn clone(&self) -> VkPhysicalDeviceCooperativeMatrixFeaturesNV
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VkPhysicalDeviceCooperativeMatrixFeaturesNV
Auto Trait Implementations§
impl !Send for VkPhysicalDeviceCooperativeMatrixFeaturesNV
impl !Sync for VkPhysicalDeviceCooperativeMatrixFeaturesNV
impl Freeze for VkPhysicalDeviceCooperativeMatrixFeaturesNV
impl RefUnwindSafe for VkPhysicalDeviceCooperativeMatrixFeaturesNV
impl Unpin for VkPhysicalDeviceCooperativeMatrixFeaturesNV
impl UnsafeUnpin for VkPhysicalDeviceCooperativeMatrixFeaturesNV
impl UnwindSafe for VkPhysicalDeviceCooperativeMatrixFeaturesNV
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