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 XRectanglefn eq(&self, __arg_0: &XRectangle) -> boolfn ne(&self, __arg_0: &XRectangle) -> boolimpl Copy for XRectangleimpl Clone for XRectanglefn clone(&self) -> XRectanglefn 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).