#[repr(C)]pub struct PhysicalDeviceCooperativeVectorFeaturesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub cooperative_vector: u32,
pub cooperative_vector_training: u32,
}Expand description
VkPhysicalDeviceCooperativeVectorFeaturesNV
Provided by VK_NV_cooperative_vector.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COOPERATIVE_VECTOR_FEATURES_NV.
p_next: *mut c_voidOptional, may be null.
cooperative_vector: u32§cooperative_vector_training: u32Implementations§
Source§impl PhysicalDeviceCooperativeVectorFeaturesNV
impl PhysicalDeviceCooperativeVectorFeaturesNV
Sourcepub fn builder<'a>() -> PhysicalDeviceCooperativeVectorFeaturesNVBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceCooperativeVectorFeaturesNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait 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 Default for PhysicalDeviceCooperativeVectorFeaturesNV
impl Default for PhysicalDeviceCooperativeVectorFeaturesNV
Source§fn default() -> PhysicalDeviceCooperativeVectorFeaturesNV
fn default() -> PhysicalDeviceCooperativeVectorFeaturesNV
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceCooperativeVectorFeaturesNV
impl ExtendsDeviceCreateInfo for PhysicalDeviceCooperativeVectorFeaturesNV
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceCooperativeVectorFeaturesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceCooperativeVectorFeaturesNV
impl RefUnwindSafe for PhysicalDeviceCooperativeVectorFeaturesNV
impl !Send for PhysicalDeviceCooperativeVectorFeaturesNV
impl !Sync for PhysicalDeviceCooperativeVectorFeaturesNV
impl Unpin for PhysicalDeviceCooperativeVectorFeaturesNV
impl UnsafeUnpin 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