#[repr(C)]pub struct EMREOF {
pub emr: EMR,
pub nPalEntries: u32,
pub offPalEntries: u32,
pub nSizeLast: u32,
}
Expand description
Required features: "Win32_Graphics_Gdi"
Fields
emr: EMR
nPalEntries: u32
offPalEntries: u32
nSizeLast: u32
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