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