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, ) -> ConvertCooperativeVectorMatrixInfoNVBuilder<'a>
pub fn src_data( self, value: DeviceOrHostAddressConstKHR, ) -> ConvertCooperativeVectorMatrixInfoNVBuilder<'a>
pub fn dst_size( self, value: *mut usize, ) -> ConvertCooperativeVectorMatrixInfoNVBuilder<'a>
pub fn dst_data( self, value: DeviceOrHostAddressKHR, ) -> ConvertCooperativeVectorMatrixInfoNVBuilder<'a>
pub fn src_component_type( self, value: ComponentTypeKHR, ) -> ConvertCooperativeVectorMatrixInfoNVBuilder<'a>
pub fn dst_component_type( self, value: ComponentTypeKHR, ) -> ConvertCooperativeVectorMatrixInfoNVBuilder<'a>
pub fn num_rows( self, value: u32, ) -> ConvertCooperativeVectorMatrixInfoNVBuilder<'a>
pub fn num_columns( self, value: u32, ) -> ConvertCooperativeVectorMatrixInfoNVBuilder<'a>
pub fn src_layout( self, value: CooperativeVectorMatrixLayoutNV, ) -> ConvertCooperativeVectorMatrixInfoNVBuilder<'a>
pub fn src_stride( self, value: usize, ) -> ConvertCooperativeVectorMatrixInfoNVBuilder<'a>
pub fn dst_layout( self, value: CooperativeVectorMatrixLayoutNV, ) -> ConvertCooperativeVectorMatrixInfoNVBuilder<'a>
pub fn dst_stride( self, value: usize, ) -> ConvertCooperativeVectorMatrixInfoNVBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> ConvertCooperativeVectorMatrixInfoNVBuilder<'a>
pub fn push_next<T>( self, next: &'a mut T, ) -> ConvertCooperativeVectorMatrixInfoNVBuilder<'a>
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>
Source§type Target = ConvertCooperativeVectorMatrixInfoNV
type Target = ConvertCooperativeVectorMatrixInfoNV
The resulting type after dereferencing.
Source§impl<'a> DerefMut for ConvertCooperativeVectorMatrixInfoNVBuilder<'a>
impl<'a> DerefMut 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