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