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