Struct EMREOF
#[repr(C)]pub struct EMREOF {
pub emr: EMR,
pub nPalEntries: u32,
pub offPalEntries: u32,
pub nSizeLast: u32,
}
Fields§
§emr: EMR
§nPalEntries: u32
§offPalEntries: u32
§nSizeLast: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EMREOF
impl RefUnwindSafe for EMREOF
impl Send for EMREOF
impl Sync for EMREOF
impl Unpin for EMREOF
impl UnwindSafe for EMREOF
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