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