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