pub struct ConvertCooperativeVectorMatrixInfoNVBuilder<'a> { /* private fields */ }Expand description
Builder for ConvertCooperativeVectorMatrixInfoNV with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> ConvertCooperativeVectorMatrixInfoNVBuilder<'a>
impl<'a> ConvertCooperativeVectorMatrixInfoNVBuilder<'a>
pub fn src_size(self, value: usize) -> Self
pub fn src_data(self, value: DeviceOrHostAddressConstKHR) -> Self
pub fn dst_size(self, value: *mut usize) -> Self
pub fn dst_data(self, value: DeviceOrHostAddressKHR) -> Self
pub fn src_component_type(self, value: ComponentTypeKHR) -> Self
pub fn dst_component_type(self, value: ComponentTypeKHR) -> Self
pub fn num_rows(self, value: u32) -> Self
pub fn num_columns(self, value: u32) -> Self
pub fn src_layout(self, value: CooperativeVectorMatrixLayoutNV) -> Self
pub fn src_stride(self, value: usize) -> Self
pub fn dst_layout(self, value: CooperativeVectorMatrixLayoutNV) -> Self
pub fn dst_stride(self, value: usize) -> Self
Sourcepub fn push_next<T: ExtendsConvertCooperativeVectorMatrixInfoNV>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsConvertCooperativeVectorMatrixInfoNV>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See ConvertCooperativeVectorMatrixInfoNV’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for ConvertCooperativeVectorMatrixInfoNVBuilder<'a>
impl<'a> Deref for ConvertCooperativeVectorMatrixInfoNVBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for ConvertCooperativeVectorMatrixInfoNVBuilder<'a>
impl<'a> RefUnwindSafe for ConvertCooperativeVectorMatrixInfoNVBuilder<'a>
impl<'a> !Send for ConvertCooperativeVectorMatrixInfoNVBuilder<'a>
impl<'a> !Sync for ConvertCooperativeVectorMatrixInfoNVBuilder<'a>
impl<'a> Unpin for ConvertCooperativeVectorMatrixInfoNVBuilder<'a>
impl<'a> UnsafeUnpin for ConvertCooperativeVectorMatrixInfoNVBuilder<'a>
impl<'a> UnwindSafe for ConvertCooperativeVectorMatrixInfoNVBuilder<'a>
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