#[repr(C)]pub struct VkSurfaceFullScreenExclusiveWin32InfoEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub hmonitor: HMONITOR,
}Fields§
§sType: VkStructureType§pNext: *const c_void§hmonitor: HMONITORTrait Implementations§
Source§impl Clone for VkSurfaceFullScreenExclusiveWin32InfoEXT
impl Clone for VkSurfaceFullScreenExclusiveWin32InfoEXT
Source§fn clone(&self) -> VkSurfaceFullScreenExclusiveWin32InfoEXT
fn clone(&self) -> VkSurfaceFullScreenExclusiveWin32InfoEXT
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 VkSurfaceFullScreenExclusiveWin32InfoEXT
Auto Trait Implementations§
impl Freeze for VkSurfaceFullScreenExclusiveWin32InfoEXT
impl RefUnwindSafe for VkSurfaceFullScreenExclusiveWin32InfoEXT
impl !Send for VkSurfaceFullScreenExclusiveWin32InfoEXT
impl !Sync for VkSurfaceFullScreenExclusiveWin32InfoEXT
impl Unpin for VkSurfaceFullScreenExclusiveWin32InfoEXT
impl UnwindSafe for VkSurfaceFullScreenExclusiveWin32InfoEXT
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