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