#[repr(C)]pub struct SurfaceFullScreenExclusiveWin32InfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub hmonitor: isize,
}Expand description
VkSurfaceFullScreenExclusiveWin32InfoEXT
Provided by VK_EXT_full_screen_exclusive.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_SURFACE_FULL_SCREEN_EXCLUSIVE_WIN32_INFO_EXT.
p_next: *const c_voidOptional, may be null.
hmonitor: isizeImplementations§
Source§impl SurfaceFullScreenExclusiveWin32InfoEXT
impl SurfaceFullScreenExclusiveWin32InfoEXT
Sourcepub fn builder<'a>() -> SurfaceFullScreenExclusiveWin32InfoEXTBuilder<'a>
pub fn builder<'a>() -> SurfaceFullScreenExclusiveWin32InfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for SurfaceFullScreenExclusiveWin32InfoEXT
impl Clone for SurfaceFullScreenExclusiveWin32InfoEXT
Source§fn clone(&self) -> SurfaceFullScreenExclusiveWin32InfoEXT
fn clone(&self) -> SurfaceFullScreenExclusiveWin32InfoEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SurfaceFullScreenExclusiveWin32InfoEXT
impl ExtendsPhysicalDeviceSurfaceInfo2KHR for SurfaceFullScreenExclusiveWin32InfoEXT
impl ExtendsSwapchainCreateInfoKHR for SurfaceFullScreenExclusiveWin32InfoEXT
Auto Trait Implementations§
impl Freeze for SurfaceFullScreenExclusiveWin32InfoEXT
impl RefUnwindSafe for SurfaceFullScreenExclusiveWin32InfoEXT
impl !Send for SurfaceFullScreenExclusiveWin32InfoEXT
impl !Sync for SurfaceFullScreenExclusiveWin32InfoEXT
impl Unpin for SurfaceFullScreenExclusiveWin32InfoEXT
impl UnsafeUnpin for SurfaceFullScreenExclusiveWin32InfoEXT
impl UnwindSafe for SurfaceFullScreenExclusiveWin32InfoEXT
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