Struct winapi::um::wingdi::EMREXTESCAPE [−][src]
#[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
Returns the “default value” for a type. Read more