#[repr(C)]pub struct CooperativeVectorPropertiesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub input_type: ComponentTypeKHR,
pub input_interpretation: ComponentTypeKHR,
pub matrix_interpretation: ComponentTypeKHR,
pub bias_interpretation: ComponentTypeKHR,
pub result_type: ComponentTypeKHR,
pub transpose: u32,
}Expand description
VkCooperativeVectorPropertiesNV
Provided by VK_NV_cooperative_vector.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_COOPERATIVE_VECTOR_PROPERTIES_NV.
p_next: *mut c_voidOptional, may be null.
input_type: ComponentTypeKHR§input_interpretation: ComponentTypeKHR§matrix_interpretation: ComponentTypeKHR§bias_interpretation: ComponentTypeKHR§result_type: ComponentTypeKHR§transpose: u32Implementations§
Source§impl CooperativeVectorPropertiesNV
impl CooperativeVectorPropertiesNV
Sourcepub fn builder<'a>() -> CooperativeVectorPropertiesNVBuilder<'a>
pub fn builder<'a>() -> CooperativeVectorPropertiesNVBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for CooperativeVectorPropertiesNV
impl Clone for CooperativeVectorPropertiesNV
Source§fn clone(&self) -> CooperativeVectorPropertiesNV
fn clone(&self) -> CooperativeVectorPropertiesNV
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 moreimpl Copy for CooperativeVectorPropertiesNV
Auto Trait Implementations§
impl Freeze for CooperativeVectorPropertiesNV
impl RefUnwindSafe for CooperativeVectorPropertiesNV
impl !Send for CooperativeVectorPropertiesNV
impl !Sync for CooperativeVectorPropertiesNV
impl Unpin for CooperativeVectorPropertiesNV
impl UnsafeUnpin for CooperativeVectorPropertiesNV
impl UnwindSafe for CooperativeVectorPropertiesNV
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