Struct winapi::um::wingdi::EMRGLSRECORD
source · #[repr(C)]pub struct EMRGLSRECORD {
pub emr: EMR,
pub cbData: DWORD,
pub Data: [BYTE; 1],
}Fields§
§emr: EMR§cbData: DWORD§Data: [BYTE; 1]Trait Implementations§
source§impl Clone for EMRGLSRECORD
impl Clone for EMRGLSRECORD
source§fn clone(&self) -> EMRGLSRECORD
fn clone(&self) -> EMRGLSRECORD
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 EMRGLSRECORD
impl Default for EMRGLSRECORD
source§fn default() -> EMRGLSRECORD
fn default() -> EMRGLSRECORD
Returns the “default value” for a type. Read more