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 | |
y | |
n | |
lpstr | |
uiFlags | |
rcl | |
pdx |
Trait Implementations
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