Struct gdk_x11_sys::xlib::XRectangle [−]
Fields
x: i16y: i16width: u16height: u16Trait Implementations
impl Clone for XRectangle
impl Clone for XRectanglepub fn clone(&self) -> XRectangle
pub fn clone(&self) -> XRectangleReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XRectangle
impl Debug for XRectangleimpl PartialEq<XRectangle> for XRectangle
impl PartialEq<XRectangle> for XRectanglepub fn eq(&self, other: &XRectangle) -> bool
pub fn eq(&self, other: &XRectangle) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XRectangle) -> bool
pub fn ne(&self, other: &XRectangle) -> boolThis method tests for !=.
impl Copy for XRectangleimpl StructuralPartialEq for XRectangleAuto Trait Implementations
impl RefUnwindSafe for XRectangleimpl Send for XRectangleimpl Sync for XRectangleimpl Unpin for XRectangleimpl UnwindSafe for XRectangleBlanket Implementations
Mutably borrows from an owned value. Read more