#[repr(transparent)]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.