Struct windows_sys::Win32::Graphics::OpenGL::EMRPIXELFORMAT
[−]#[repr(C)]pub struct EMRPIXELFORMAT {
pub emr: EMR,
pub pfd: PIXELFORMATDESCRIPTOR,
}Expand description
Required features: ‘Win32_Graphics_OpenGL’, ‘Win32_Graphics_Gdi’
Fields
emr: EMRpfd: PIXELFORMATDESCRIPTORTrait Implementations
impl Clone for EMRPIXELFORMAT
impl Clone for EMRPIXELFORMAT
impl Copy for EMRPIXELFORMAT
Auto Trait Implementations
impl RefUnwindSafe for EMRPIXELFORMAT
impl Send for EMRPIXELFORMAT
impl Sync for EMRPIXELFORMAT
impl Unpin for EMRPIXELFORMAT
impl UnwindSafe for EMRPIXELFORMAT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more