#[repr(C)]pub struct DEVINFO {
pub flGraphicsCaps: u32,
pub lfDefaultFont: LOGFONTW,
pub lfAnsiVarFont: LOGFONTW,
pub lfAnsiFixFont: LOGFONTW,
pub cFonts: u32,
pub iDitherFormat: u32,
pub cxDither: u16,
pub cyDither: u16,
pub hpalDefault: HPALETTE,
pub flGraphicsCaps2: u32,
}
Expand description
Required features: "Win32_Devices_Display"
, "Win32_Graphics_Gdi"
Fields
flGraphicsCaps: u32
lfDefaultFont: LOGFONTW
lfAnsiVarFont: LOGFONTW
lfAnsiFixFont: LOGFONTW
cFonts: u32
iDitherFormat: u32
cxDither: u16
cyDither: u16
hpalDefault: HPALETTE
flGraphicsCaps2: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DEVINFO
impl Send for DEVINFO
impl Sync for DEVINFO
impl Unpin for DEVINFO
impl UnwindSafe for DEVINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more