#[repr(C)]pub struct FONTINFO {
pub cjThis: u32,
pub flCaps: u32,
pub cGlyphsSupported: u32,
pub cjMaxGlyph1: u32,
pub cjMaxGlyph4: u32,
pub cjMaxGlyph8: u32,
pub cjMaxGlyph32: u32,
}
Expand description
Required features: ‘Win32_Devices_Display’
Fields
cjThis: u32
flCaps: u32
cGlyphsSupported: u32
cjMaxGlyph1: u32
cjMaxGlyph4: u32
cjMaxGlyph8: u32
cjMaxGlyph32: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FONTINFO
impl Send for FONTINFO
impl Sync for FONTINFO
impl Unpin for FONTINFO
impl UnwindSafe for FONTINFO
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