#[repr(C)]pub struct Win32SurfaceCreateInfoKHR {
pub sType: StructureType,
pub pNext: *const c_void,
pub flags: Win32SurfaceCreateFlagsKHR,
pub hinstance: *mut c_void,
pub hwnd: *mut c_void,
}Fields§
§sType: StructureType§pNext: *const c_void§flags: Win32SurfaceCreateFlagsKHR§hinstance: *mut c_void§hwnd: *mut c_voidAuto Trait Implementations§
impl Freeze for Win32SurfaceCreateInfoKHR
impl RefUnwindSafe for Win32SurfaceCreateInfoKHR
impl !Send for Win32SurfaceCreateInfoKHR
impl !Sync for Win32SurfaceCreateInfoKHR
impl Unpin for Win32SurfaceCreateInfoKHR
impl UnwindSafe for Win32SurfaceCreateInfoKHR
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