Struct ash::vk::SurfaceFullScreenExclusiveWin32InfoEXT
source · #[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§
source§impl SurfaceFullScreenExclusiveWin32InfoEXT
impl SurfaceFullScreenExclusiveWin32InfoEXT
pub fn builder<'a>() -> SurfaceFullScreenExclusiveWin32InfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for SurfaceFullScreenExclusiveWin32InfoEXT
impl Clone for SurfaceFullScreenExclusiveWin32InfoEXT
source§fn clone(&self) -> SurfaceFullScreenExclusiveWin32InfoEXT
fn clone(&self) -> SurfaceFullScreenExclusiveWin32InfoEXT
Returns a copy 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 more