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