Struct x11::xlib::XRectangle
source · #[repr(C)]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_ushortTrait Implementations§
source§impl Clone for XRectangle
impl Clone for XRectangle
source§fn clone(&self) -> XRectangle
fn clone(&self) -> XRectangle
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for XRectangle
impl Debug for XRectangle
source§impl PartialEq<XRectangle> for XRectangle
impl PartialEq<XRectangle> for XRectangle
source§fn eq(&self, other: &XRectangle) -> bool
fn eq(&self, other: &XRectangle) -> bool
This method tests for
self and other values to be equal, and is used
by ==.