Struct winapi::wincon::COORD [] [src]

pub struct COORD {
    pub X: SHORT,
    pub Y: SHORT,
}

Fields

X
Y

Trait Implementations

Derived Implementations

impl Debug for COORD

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

impl Copy for COORD

impl Clone for COORD

fn clone(&self) -> COORD

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