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