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