#[repr(C)]pub struct PhysicalDeviceCooperativeMatrixPropertiesKHR {
pub s_type: StructureType,
pub next: *mut c_void,
pub cooperative_matrix_supported_stages: ShaderStageFlags,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§cooperative_matrix_supported_stages: ShaderStageFlagsTrait Implementations§
Source§impl Clone for PhysicalDeviceCooperativeMatrixPropertiesKHR
impl Clone for PhysicalDeviceCooperativeMatrixPropertiesKHR
Source§fn clone(&self) -> PhysicalDeviceCooperativeMatrixPropertiesKHR
fn clone(&self) -> PhysicalDeviceCooperativeMatrixPropertiesKHR
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 moreSource§impl PartialEq for PhysicalDeviceCooperativeMatrixPropertiesKHR
impl PartialEq for PhysicalDeviceCooperativeMatrixPropertiesKHR
Source§fn eq(&self, other: &PhysicalDeviceCooperativeMatrixPropertiesKHR) -> bool
fn eq(&self, other: &PhysicalDeviceCooperativeMatrixPropertiesKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceCooperativeMatrixPropertiesKHR
impl Eq for PhysicalDeviceCooperativeMatrixPropertiesKHR
impl Send for PhysicalDeviceCooperativeMatrixPropertiesKHR
impl StructuralPartialEq for PhysicalDeviceCooperativeMatrixPropertiesKHR
impl Sync for PhysicalDeviceCooperativeMatrixPropertiesKHR
Auto Trait Implementations§
impl Freeze for PhysicalDeviceCooperativeMatrixPropertiesKHR
impl RefUnwindSafe for PhysicalDeviceCooperativeMatrixPropertiesKHR
impl Unpin for PhysicalDeviceCooperativeMatrixPropertiesKHR
impl UnwindSafe for PhysicalDeviceCooperativeMatrixPropertiesKHR
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