Struct x11_dl::xlib::XRectangle [−][src]
#[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_ushort
Trait Implementations
impl Debug for XRectangle[src]
impl Debug for XRectanglefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XRectangle[src]
impl Clone for XRectanglefn clone(&self) -> XRectangle[src]
fn clone(&self) -> XRectangleReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XRectangle[src]
impl Copy for XRectangleimpl PartialEq for XRectangle[src]
impl PartialEq for XRectanglefn eq(&self, other: &XRectangle) -> bool[src]
fn eq(&self, other: &XRectangle) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XRectangle) -> bool[src]
fn ne(&self, other: &XRectangle) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for XRectangle
impl Send for XRectangleimpl Sync for XRectangle
impl Sync for XRectangle