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