Struct winapi::wingdi::POLYTEXTW [] [src]

pub struct POLYTEXTW {
    pub x: c_int,
    pub y: c_int,
    pub n: UINT,
    pub lpstr: LPCWSTR,
    pub uiFlags: UINT,
    pub rcl: RECT,
    pub pdx: *const c_int,
}

Fields

x: c_int y: c_int n: UINT lpstr: LPCWSTR uiFlags: UINT rcl: RECT pdx: *const c_int

Trait Implementations

impl Debug for POLYTEXTW
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for POLYTEXTW
[src]

impl Clone for POLYTEXTW
[src]

fn clone(&self) -> POLYTEXTW

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more