#[repr(C)]pub struct PhysicalDeviceCooperativeVectorFeaturesNV<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub cooperative_vector: Bool32,
pub cooperative_vector_training: Bool32,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§cooperative_vector: Bool32§cooperative_vector_training: Bool32§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> PhysicalDeviceCooperativeVectorFeaturesNV<'a>
impl<'a> PhysicalDeviceCooperativeVectorFeaturesNV<'a>
pub fn cooperative_vector(self, cooperative_vector: bool) -> Self
pub fn cooperative_vector_training( self, cooperative_vector_training: bool, ) -> Self
Trait Implementations§
Source§impl<'a> Clone for PhysicalDeviceCooperativeVectorFeaturesNV<'a>
impl<'a> Clone for PhysicalDeviceCooperativeVectorFeaturesNV<'a>
Source§fn clone(&self) -> PhysicalDeviceCooperativeVectorFeaturesNV<'a>
fn clone(&self) -> PhysicalDeviceCooperativeVectorFeaturesNV<'a>
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<'a> Debug for PhysicalDeviceCooperativeVectorFeaturesNV<'a>
impl<'a> Debug for PhysicalDeviceCooperativeVectorFeaturesNV<'a>
Source§impl Default for PhysicalDeviceCooperativeVectorFeaturesNV<'_>
impl Default for PhysicalDeviceCooperativeVectorFeaturesNV<'_>
Source§impl<'a> TaggedStructure for PhysicalDeviceCooperativeVectorFeaturesNV<'a>
impl<'a> TaggedStructure for PhysicalDeviceCooperativeVectorFeaturesNV<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_COOPERATIVE_VECTOR_FEATURES_NV
impl<'a> Copy for PhysicalDeviceCooperativeVectorFeaturesNV<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceCooperativeVectorFeaturesNV<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceCooperativeVectorFeaturesNV<'_>
impl Send for PhysicalDeviceCooperativeVectorFeaturesNV<'_>
impl Sync for PhysicalDeviceCooperativeVectorFeaturesNV<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceCooperativeVectorFeaturesNV<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceCooperativeVectorFeaturesNV<'a>
impl<'a> Unpin for PhysicalDeviceCooperativeVectorFeaturesNV<'a>
impl<'a> UnwindSafe for PhysicalDeviceCooperativeVectorFeaturesNV<'a>
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