#[repr(C)]pub struct EMRFORMAT {
pub dSignature: DWORD,
pub nVersion: DWORD,
pub cbData: DWORD,
pub offData: DWORD,
}
Fields
dSignature: DWORD
nVersion: DWORD
cbData: DWORD
offData: DWORD
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EMRFORMAT
impl Send for EMRFORMAT
impl Sync for EMRFORMAT
impl Unpin for EMRFORMAT
impl UnwindSafe for EMRFORMAT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more