Struct ash::vk::SurfacePresentModeEXTBuilder
source · pub struct SurfacePresentModeEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> SurfacePresentModeEXTBuilder<'a>
impl<'a> SurfacePresentModeEXTBuilder<'a>
pub fn present_mode(self, present_mode: PresentModeKHR) -> Self
sourcepub fn build(self) -> SurfacePresentModeEXT
pub fn build(self) -> SurfacePresentModeEXT
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 SurfacePresentModeEXTBuilder<'a>
impl<'a> Deref for SurfacePresentModeEXTBuilder<'a>
source§impl<'a> DerefMut for SurfacePresentModeEXTBuilder<'a>
impl<'a> DerefMut for SurfacePresentModeEXTBuilder<'a>
impl ExtendsPhysicalDeviceSurfaceInfo2KHR for SurfacePresentModeEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for SurfacePresentModeEXTBuilder<'a>
impl<'a> RefUnwindSafe for SurfacePresentModeEXTBuilder<'a>
impl<'a> !Send for SurfacePresentModeEXTBuilder<'a>
impl<'a> !Sync for SurfacePresentModeEXTBuilder<'a>
impl<'a> Unpin for SurfacePresentModeEXTBuilder<'a>
impl<'a> UnwindSafe for SurfacePresentModeEXTBuilder<'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