Struct windows_sys::Win32::Devices::Display::FONTDIFF
#[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,
}
Fields§
§jReserved1: u8
§jReserved2: u8
§jReserved3: u8
§bWeight: u8
§usWinWeight: u16
§fsSelection: u16
§fwdAveCharWidth: i16
§fwdMaxCharInc: i16
§ptlCaret: POINTL
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FONTDIFF
impl RefUnwindSafe for FONTDIFF
impl Send for FONTDIFF
impl Sync for FONTDIFF
impl Unpin for FONTDIFF
impl UnwindSafe for FONTDIFF
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)