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