#[repr(C)]pub struct CooperativeMatrixPropertiesNV {
pub sType: StructureType,
pub pNext: *mut c_void,
pub MSize: u32,
pub NSize: u32,
pub KSize: u32,
pub AType: ComponentTypeNV,
pub BType: ComponentTypeNV,
pub CType: ComponentTypeNV,
pub DType: ComponentTypeNV,
pub scope: ScopeNV,
}Fields§
§sType: StructureType§pNext: *mut c_void§MSize: u32§NSize: u32§KSize: u32§AType: ComponentTypeNV§BType: ComponentTypeNV§CType: ComponentTypeNV§DType: ComponentTypeNV§scope: ScopeNVTrait Implementations§
Source§impl Clone for CooperativeMatrixPropertiesNV
impl Clone for CooperativeMatrixPropertiesNV
Source§fn clone(&self) -> CooperativeMatrixPropertiesNV
fn clone(&self) -> CooperativeMatrixPropertiesNV
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 CooperativeMatrixPropertiesNV
Auto Trait Implementations§
impl Freeze for CooperativeMatrixPropertiesNV
impl RefUnwindSafe for CooperativeMatrixPropertiesNV
impl !Send for CooperativeMatrixPropertiesNV
impl !Sync for CooperativeMatrixPropertiesNV
impl Unpin for CooperativeMatrixPropertiesNV
impl UnwindSafe for CooperativeMatrixPropertiesNV
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