#[repr(C)]pub struct tagEMREXTESCAPE {
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§
Source§impl Clone for tagEMREXTESCAPE
impl Clone for tagEMREXTESCAPE
Source§fn clone(&self) -> tagEMREXTESCAPE
fn clone(&self) -> tagEMREXTESCAPE
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 tagEMREXTESCAPE
impl Debug for tagEMREXTESCAPE
Source§impl Ord for tagEMREXTESCAPE
impl Ord for tagEMREXTESCAPE
Source§fn cmp(&self, other: &tagEMREXTESCAPE) -> Ordering
fn cmp(&self, other: &tagEMREXTESCAPE) -> 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 tagEMREXTESCAPE
impl PartialEq for tagEMREXTESCAPE
Source§impl PartialOrd for tagEMREXTESCAPE
impl PartialOrd for tagEMREXTESCAPE
impl Copy for tagEMREXTESCAPE
impl Eq for tagEMREXTESCAPE
impl StructuralPartialEq for tagEMREXTESCAPE
Auto Trait Implementations§
impl Freeze for tagEMREXTESCAPE
impl RefUnwindSafe for tagEMREXTESCAPE
impl Send for tagEMREXTESCAPE
impl Sync for tagEMREXTESCAPE
impl Unpin for tagEMREXTESCAPE
impl UnwindSafe for tagEMREXTESCAPE
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