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