#[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: u32
Trait Implementations§
impl Copy for EMREOF
impl Eq for EMREOF
impl StructuralPartialEq for EMREOF
Auto Trait Implementations§
impl Freeze for EMREOF
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)