Struct x11::xlib::AspectRatio [−] [src]

pub struct AspectRatio {
    pub x: c_int,
    pub y: c_int,
}

Fields

x
y

Trait Implementations

Derived Implementations

impl PartialEq for AspectRatio

fn eq(&self, __arg_0: &AspectRatio) -> bool

fn ne(&self, __arg_0: &AspectRatio) -> bool

impl Copy for AspectRatio

impl Clone for AspectRatio

fn clone(&self) -> AspectRatio

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