#[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§
Source§impl Clone for EMRNAMEDESCAPE
 
impl Clone for EMRNAMEDESCAPE
Source§fn clone(&self) -> EMRNAMEDESCAPE
 
fn clone(&self) -> EMRNAMEDESCAPE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreimpl Copy for EMRNAMEDESCAPE
Auto Trait Implementations§
impl Freeze for EMRNAMEDESCAPE
impl RefUnwindSafe for EMRNAMEDESCAPE
impl Send for EMRNAMEDESCAPE
impl Sync for EMRNAMEDESCAPE
impl Unpin for EMRNAMEDESCAPE
impl UnwindSafe for EMRNAMEDESCAPE
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