Struct x11::xlib::XRectangle
[−]
[src]
pub struct XRectangle { pub x: c_short, pub y: c_short, pub width: c_ushort, pub height: c_ushort, }
Fields
x | |
y | |
width | |
height |
pub struct XRectangle { pub x: c_short, pub y: c_short, pub width: c_ushort, pub height: c_ushort, }
x | |
y | |
width | |
height |
impl PartialEq for XRectangle
fn eq(&self, __arg_0: &XRectangle) -> bool
fn ne(&self, __arg_0: &XRectangle) -> bool
impl Copy for XRectangle
impl Clone for XRectangle
fn clone(&self) -> XRectangle
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
).