#[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 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 tagEMREXTESCAPE
impl Debug for tagEMREXTESCAPE
impl Copy 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