Struct gdk_x11_sys::xlib::XRectangle [−]
Fields
x: i16
y: i16
width: u16
height: u16
Trait Implementations
impl Clone for XRectangle
impl Clone for XRectangle
pub fn clone(&self) -> XRectangle
pub fn clone(&self) -> XRectangle
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for XRectangle
impl Debug for XRectangle
impl PartialEq<XRectangle> for XRectangle
impl PartialEq<XRectangle> for XRectangle
pub fn eq(&self, other: &XRectangle) -> bool
pub fn eq(&self, other: &XRectangle) -> bool
This 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) -> bool
This method tests for !=
.
impl Copy for XRectangle
impl StructuralPartialEq for XRectangle
Auto Trait Implementations
impl RefUnwindSafe for XRectangle
impl Send for XRectangle
impl Sync for XRectangle
impl Unpin for XRectangle
impl UnwindSafe for XRectangle
Blanket Implementations
Mutably borrows from an owned value. Read more