#[repr(C)]pub struct _WGLSWAP {
pub hdc: HDC,
pub uiFlags: UINT,
}
Fields§
§hdc: HDC
§uiFlags: UINT
Trait Implementations§
Source§impl Ord for _WGLSWAP
impl Ord for _WGLSWAP
Source§impl PartialOrd for _WGLSWAP
impl PartialOrd for _WGLSWAP
impl Copy for _WGLSWAP
impl Eq for _WGLSWAP
impl StructuralPartialEq for _WGLSWAP
Auto Trait Implementations§
impl Freeze for _WGLSWAP
impl RefUnwindSafe for _WGLSWAP
impl !Send for _WGLSWAP
impl !Sync for _WGLSWAP
impl Unpin for _WGLSWAP
impl UnwindSafe for _WGLSWAP
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