#[repr(C)]pub struct EMRNAMEDESCAPE {
pub emr: EMR,
pub iEscape: INT,
pub cbDriver: INT,
pub cbEscData: INT,
pub EscData: [BYTE; 1],
}
Fields
emr: EMR
iEscape: INT
cbDriver: INT
cbEscData: INT
EscData: [BYTE; 1]
Trait Implementations
sourceimpl Clone for EMRNAMEDESCAPE
impl Clone for EMRNAMEDESCAPE
sourcefn clone(&self) -> EMRNAMEDESCAPE
fn clone(&self) -> EMRNAMEDESCAPE
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 EMRNAMEDESCAPE
Auto Trait Implementations
impl RefUnwindSafe for EMRNAMEDESCAPE
impl Send for EMRNAMEDESCAPE
impl Sync for EMRNAMEDESCAPE
impl Unpin for EMRNAMEDESCAPE
impl UnwindSafe for EMRNAMEDESCAPE
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