#[repr(C)]pub struct FONTDIFF {
pub jReserved1: u8,
pub jReserved2: u8,
pub jReserved3: u8,
pub bWeight: u8,
pub usWinWeight: u16,
pub fsSelection: u16,
pub fwdAveCharWidth: i16,
pub fwdMaxCharInc: i16,
pub ptlCaret: POINTL,
}Expand description
Required features: "Win32_Devices_Display", "Win32_Foundation"
Fields
jReserved1: u8jReserved2: u8jReserved3: u8bWeight: u8usWinWeight: u16fsSelection: u16fwdAveCharWidth: i16fwdMaxCharInc: i16ptlCaret: POINTLTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FONTDIFF
impl Send for FONTDIFF
impl Sync for FONTDIFF
impl Unpin for FONTDIFF
impl UnwindSafe for FONTDIFF
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