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