#[repr(C)]pub struct EMREXTESCAPE {
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 EMREXTESCAPE
impl Clone for EMREXTESCAPE
Source§fn clone(&self) -> EMREXTESCAPE
fn clone(&self) -> EMREXTESCAPE
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 Default for EMREXTESCAPE
impl Default for EMREXTESCAPE
Source§fn default() -> EMREXTESCAPE
fn default() -> EMREXTESCAPE
Returns the “default value” for a type. Read more
impl Copy for EMREXTESCAPE
Auto Trait Implementations§
impl Freeze for EMREXTESCAPE
impl RefUnwindSafe for EMREXTESCAPE
impl Send for EMREXTESCAPE
impl Sync for EMREXTESCAPE
impl Unpin for EMREXTESCAPE
impl UnwindSafe for EMREXTESCAPE
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