pub struct PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a>
impl<'a> PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a>
pub fn imageless_framebuffer(self, imageless_framebuffer: bool) -> Self
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§
source§impl<'a> Deref for PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a>
impl<'a> Deref for PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceImagelessFramebufferFeaturesBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceImagelessFramebufferFeaturesBuilder<'_>
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> 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