#[repr(C)]pub struct WIDTHRUN {
pub wStartGlyph: u16,
pub wGlyphCount: u16,
pub loCharWidthOffset: u32,
}
Expand description
Required features: "Win32_Graphics_Printing"
Fields
wStartGlyph: u16
wGlyphCount: u16
loCharWidthOffset: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WIDTHRUN
impl Send for WIDTHRUN
impl Sync for WIDTHRUN
impl Unpin for WIDTHRUN
impl UnwindSafe for WIDTHRUN
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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