#[repr(transparent)]pub struct PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a>
impl<'a> PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a>
pub fn imageless_framebuffer(
self,
imageless_framebuffer: bool
) -> PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a>
sourcepub fn build(self) -> PhysicalDeviceImagelessFramebufferFeatures
pub fn build(self) -> PhysicalDeviceImagelessFramebufferFeatures
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations
sourceimpl<'a> Deref for PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a>
impl<'a> Deref for PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a>
type Target = PhysicalDeviceImagelessFramebufferFeatures
type Target = PhysicalDeviceImagelessFramebufferFeatures
The resulting type after dereferencing.
sourcefn deref(
&self
) -> &<PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a> as Deref>::Target
fn deref(
&self
) -> &<PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsDeviceCreateInfo for PhysicalDeviceImagelessFramebufferFeaturesBuilder<'_>
impl<'_> ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceImagelessFramebufferFeaturesBuilder<'_>
Auto Trait Implementations
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> UnwindSafe for PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more