Struct x11_dl::xlib::XRectangle
[−]
[src]
pub struct XRectangle {
pub x: c_short,
pub y: c_short,
pub width: c_ushort,
pub height: c_ushort,
}Fields
x: c_short
y: c_short
width: c_ushort
height: c_ushort
Trait Implementations
impl PartialEq for XRectangle[src]
fn eq(&self, __arg_0: &XRectangle) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XRectangle) -> bool
This method tests for !=.
impl Copy for XRectangle[src]
impl Clone for XRectangle[src]
fn clone(&self) -> XRectangle
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more