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