Struct windows_sys::Win32::Graphics::Gdi::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: u32Trait 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§
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