Struct winapi::wingdi::POLYTEXTA [] [src]

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

Fields

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

Trait Implementations

impl Debug for POLYTEXTA
[src]

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

Formats the value using the given formatter.

impl Copy for POLYTEXTA
[src]

impl Clone for POLYTEXTA
[src]

fn clone(&self) -> POLYTEXTA

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