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