Struct x11::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)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).