#[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 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 moreSource§impl Debug for tagEMRNAMEDESCAPE
impl Debug for tagEMRNAMEDESCAPE
Source§impl Ord for tagEMRNAMEDESCAPE
impl Ord for tagEMRNAMEDESCAPE
Source§fn cmp(&self, other: &tagEMRNAMEDESCAPE) -> Ordering
fn cmp(&self, other: &tagEMRNAMEDESCAPE) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagEMRNAMEDESCAPE
impl PartialEq for tagEMRNAMEDESCAPE
Source§impl PartialOrd for tagEMRNAMEDESCAPE
impl PartialOrd for tagEMRNAMEDESCAPE
impl Copy for tagEMRNAMEDESCAPE
impl Eq for tagEMRNAMEDESCAPE
impl StructuralPartialEq 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