#[repr(C)]pub struct SurfaceFullScreenExclusiveInfoEXT {
pub sType: StructureType,
pub pNext: *mut c_void,
pub fullScreenExclusive: FullScreenExclusiveEXT,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§fullScreenExclusive: FullScreenExclusiveEXT
Auto Trait Implementations§
impl Freeze for SurfaceFullScreenExclusiveInfoEXT
impl RefUnwindSafe for SurfaceFullScreenExclusiveInfoEXT
impl !Send for SurfaceFullScreenExclusiveInfoEXT
impl !Sync for SurfaceFullScreenExclusiveInfoEXT
impl Unpin for SurfaceFullScreenExclusiveInfoEXT
impl UnwindSafe for SurfaceFullScreenExclusiveInfoEXT
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