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, ) -> PhysicalDeviceShaderFloat8FeaturesEXTBuilder<'a>
pub fn shader_float8_cooperative_matrix( self, value: bool, ) -> PhysicalDeviceShaderFloat8FeaturesEXTBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> PhysicalDeviceShaderFloat8FeaturesEXTBuilder<'a>
pub fn push_next<T>( self, next: &'a mut T, ) -> PhysicalDeviceShaderFloat8FeaturesEXTBuilder<'a>
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>
Source§type Target = PhysicalDeviceShaderFloat8FeaturesEXT
type Target = PhysicalDeviceShaderFloat8FeaturesEXT
The resulting type after dereferencing.
Source§impl<'a> DerefMut for PhysicalDeviceShaderFloat8FeaturesEXTBuilder<'a>
impl<'a> DerefMut 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