Struct ash::vk::SurfaceFullScreenExclusiveWin32InfoEXT [−][src]
#[repr(C)]pub struct SurfaceFullScreenExclusiveWin32InfoEXT { pub s_type: StructureType, pub p_next: *const c_void, pub hmonitor: HMONITOR, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
hmonitor: HMONITOR
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for SurfaceFullScreenExclusiveWin32InfoEXT
impl !Sync for SurfaceFullScreenExclusiveWin32InfoEXT
Blanket Implementations
Mutably borrows from an owned value. Read more