pub struct CooperativeVectorPropertiesNVBuilder<'a> { /* private fields */ }Expand description
Builder for CooperativeVectorPropertiesNV with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> CooperativeVectorPropertiesNVBuilder<'a>
impl<'a> CooperativeVectorPropertiesNVBuilder<'a>
pub fn input_type(self, value: ComponentTypeKHR) -> Self
pub fn input_interpretation(self, value: ComponentTypeKHR) -> Self
pub fn matrix_interpretation(self, value: ComponentTypeKHR) -> Self
pub fn bias_interpretation(self, value: ComponentTypeKHR) -> Self
pub fn result_type(self, value: ComponentTypeKHR) -> Self
pub fn transpose(self, value: bool) -> Self
Sourcepub fn push_next<T: ExtendsCooperativeVectorPropertiesNV>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsCooperativeVectorPropertiesNV>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See CooperativeVectorPropertiesNV’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for CooperativeVectorPropertiesNVBuilder<'a>
impl<'a> Deref for CooperativeVectorPropertiesNVBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for CooperativeVectorPropertiesNVBuilder<'a>
impl<'a> RefUnwindSafe for CooperativeVectorPropertiesNVBuilder<'a>
impl<'a> !Send for CooperativeVectorPropertiesNVBuilder<'a>
impl<'a> !Sync for CooperativeVectorPropertiesNVBuilder<'a>
impl<'a> Unpin for CooperativeVectorPropertiesNVBuilder<'a>
impl<'a> UnsafeUnpin for CooperativeVectorPropertiesNVBuilder<'a>
impl<'a> UnwindSafe for CooperativeVectorPropertiesNVBuilder<'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