#[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 Freeze for tagEMREOF
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