Struct x11_dl::xlib::AspectRatio
[−]
[src]
pub struct AspectRatio { pub x: c_int, pub y: c_int, }
Fields
x | |
y |
pub struct AspectRatio { pub x: c_int, pub y: c_int, }
x | |
y |
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)