#[repr(C)]pub struct ConvertCooperativeVectorMatrixInfoNV {Show 14 fields
pub s_type: StructureType,
pub next: *const c_void,
pub src_size: usize,
pub src_data: DeviceOrHostAddressConstKHR,
pub dst_size: *mut usize,
pub dst_data: DeviceOrHostAddressKHR,
pub src_component_type: ComponentTypeKHR,
pub dst_component_type: ComponentTypeKHR,
pub num_rows: u32,
pub num_columns: u32,
pub src_layout: CooperativeVectorMatrixLayoutNV,
pub src_stride: usize,
pub dst_layout: CooperativeVectorMatrixLayoutNV,
pub dst_stride: usize,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§src_size: usize§src_data: DeviceOrHostAddressConstKHR§dst_size: *mut usize§dst_data: DeviceOrHostAddressKHR§src_component_type: ComponentTypeKHR§dst_component_type: ComponentTypeKHR§num_rows: u32§num_columns: u32§src_layout: CooperativeVectorMatrixLayoutNV§src_stride: usize§dst_layout: CooperativeVectorMatrixLayoutNV§dst_stride: usizeTrait Implementations§
Source§impl Cast for ConvertCooperativeVectorMatrixInfoNV
impl Cast for ConvertCooperativeVectorMatrixInfoNV
Source§type Target = ConvertCooperativeVectorMatrixInfoNV
type Target = ConvertCooperativeVectorMatrixInfoNV
The other type this type can be used interchangeably with in FFI.
Source§impl Clone for ConvertCooperativeVectorMatrixInfoNV
impl Clone for ConvertCooperativeVectorMatrixInfoNV
Source§fn clone(&self) -> ConvertCooperativeVectorMatrixInfoNV
fn clone(&self) -> ConvertCooperativeVectorMatrixInfoNV
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 ConvertCooperativeVectorMatrixInfoNV
impl Default for ConvertCooperativeVectorMatrixInfoNV
Source§fn default() -> ConvertCooperativeVectorMatrixInfoNV
fn default() -> ConvertCooperativeVectorMatrixInfoNV
Returns the “default value” for a type. Read more
Source§impl<'b> HasBuilder<'b> for ConvertCooperativeVectorMatrixInfoNV
impl<'b> HasBuilder<'b> for ConvertCooperativeVectorMatrixInfoNV
impl Copy for ConvertCooperativeVectorMatrixInfoNV
impl Send for ConvertCooperativeVectorMatrixInfoNV
impl Sync for ConvertCooperativeVectorMatrixInfoNV
Auto Trait Implementations§
impl Freeze for ConvertCooperativeVectorMatrixInfoNV
impl RefUnwindSafe for ConvertCooperativeVectorMatrixInfoNV
impl Unpin for ConvertCooperativeVectorMatrixInfoNV
impl UnwindSafe for ConvertCooperativeVectorMatrixInfoNV
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