pub struct SurfaceCapabilitiesFullScreenExclusiveEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> SurfaceCapabilitiesFullScreenExclusiveEXTBuilder<'a>
impl<'a> SurfaceCapabilitiesFullScreenExclusiveEXTBuilder<'a>
pub fn full_screen_exclusive_supported( self, full_screen_exclusive_supported: bool ) -> Self
sourcepub fn build(self) -> SurfaceCapabilitiesFullScreenExclusiveEXT
pub fn build(self) -> SurfaceCapabilitiesFullScreenExclusiveEXT
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 SurfaceCapabilitiesFullScreenExclusiveEXTBuilder<'a>
impl<'a> Deref for SurfaceCapabilitiesFullScreenExclusiveEXTBuilder<'a>
source§impl<'a> DerefMut for SurfaceCapabilitiesFullScreenExclusiveEXTBuilder<'a>
impl<'a> DerefMut for SurfaceCapabilitiesFullScreenExclusiveEXTBuilder<'a>
impl ExtendsSurfaceCapabilities2KHR for SurfaceCapabilitiesFullScreenExclusiveEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for SurfaceCapabilitiesFullScreenExclusiveEXTBuilder<'a>
impl<'a> RefUnwindSafe for SurfaceCapabilitiesFullScreenExclusiveEXTBuilder<'a>
impl<'a> !Send for SurfaceCapabilitiesFullScreenExclusiveEXTBuilder<'a>
impl<'a> !Sync for SurfaceCapabilitiesFullScreenExclusiveEXTBuilder<'a>
impl<'a> Unpin for SurfaceCapabilitiesFullScreenExclusiveEXTBuilder<'a>
impl<'a> UnwindSafe for SurfaceCapabilitiesFullScreenExclusiveEXTBuilder<'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