#[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: DWORD
Trait Implementations§
Source§impl Ord for tagEMREOF
impl Ord for tagEMREOF
Source§impl PartialOrd for tagEMREOF
impl PartialOrd for tagEMREOF
impl Copy for tagEMREOF
impl Eq for tagEMREOF
impl StructuralPartialEq for tagEMREOF
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