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