#[repr(C)]pub struct tagEMRNAMEDESCAPE {
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 tagEMRNAMEDESCAPE
impl Clone for tagEMRNAMEDESCAPE
Source§fn clone(&self) -> tagEMRNAMEDESCAPE
fn clone(&self) -> tagEMRNAMEDESCAPE
Returns a duplicate 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 moreSource§impl Debug for tagEMRNAMEDESCAPE
impl Debug for tagEMRNAMEDESCAPE
impl Copy for tagEMRNAMEDESCAPE
Auto Trait Implementations§
impl Freeze for tagEMRNAMEDESCAPE
impl RefUnwindSafe for tagEMRNAMEDESCAPE
impl Send for tagEMRNAMEDESCAPE
impl Sync for tagEMRNAMEDESCAPE
impl Unpin for tagEMRNAMEDESCAPE
impl UnwindSafe for tagEMRNAMEDESCAPE
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