Struct winapi::windef::POINTL
[−]
[src]
pub struct POINTL {
pub x: LONG,
pub y: LONG,
}Fields
x | |
y |
Trait Implementations
impl Copy for POINTL[src]
impl Clone for POINTL[src]
fn clone(&self) -> POINTL
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