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