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 moresource§impl TaggedStructure for SurfaceFullScreenExclusiveWin32InfoEXT
impl TaggedStructure for SurfaceFullScreenExclusiveWin32InfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::SURFACE_FULL_SCREEN_EXCLUSIVE_WIN32_INFO_EXT
impl 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 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