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