Struct windows_sys::Win32::Graphics::OpenGL::EMRPIXELFORMAT
#[repr(C)]pub struct EMRPIXELFORMAT {
pub emr: EMR,
pub pfd: PIXELFORMATDESCRIPTOR,
}
Expand description
Required features: "Win32_Graphics_Gdi"
Fields§
§emr: EMR
§pfd: PIXELFORMATDESCRIPTOR
Trait 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§
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