#[repr(C)]pub struct EMREXTESCAPE {
pub emr: EMR,
pub iEscape: INT,
pub cbEscData: INT,
pub EscData: [BYTE; 1],
}
Fields
emr: EMR
iEscape: INT
cbEscData: INT
EscData: [BYTE; 1]
Trait Implementations
sourceimpl Clone for EMREXTESCAPE
impl Clone for EMREXTESCAPE
sourcefn clone(&self) -> EMREXTESCAPE
fn clone(&self) -> EMREXTESCAPE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for EMREXTESCAPE
Auto Trait Implementations
impl RefUnwindSafe for EMREXTESCAPE
impl Send for EMREXTESCAPE
impl Sync for EMREXTESCAPE
impl Unpin for EMREXTESCAPE
impl UnwindSafe for EMREXTESCAPE
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