Struct winapi::um::wingdi::EMREXTESCAPE
source · #[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 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 Default for EMREXTESCAPE
impl Default for EMREXTESCAPE
source§fn default() -> EMREXTESCAPE
fn default() -> EMREXTESCAPE
Returns the “default value” for a type. Read more