Struct FONTOBJ
#[repr(C)]pub struct FONTOBJ {
pub iUniq: u32,
pub iFace: u32,
pub cxMax: u32,
pub flFontType: u32,
pub iTTUniq: usize,
pub iFile: usize,
pub sizLogResPpi: SIZE,
pub ulStyleSize: u32,
pub pvConsumer: *mut c_void,
pub pvProducer: *mut c_void,
}
Fields§
§iUniq: u32
§iFace: u32
§cxMax: u32
§flFontType: u32
§iTTUniq: usize
§iFile: usize
§sizLogResPpi: SIZE
§ulStyleSize: u32
§pvConsumer: *mut c_void
§pvProducer: *mut c_void
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FONTOBJ
impl RefUnwindSafe for FONTOBJ
impl !Send for FONTOBJ
impl !Sync for FONTOBJ
impl Unpin for FONTOBJ
impl UnwindSafe for FONTOBJ
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