Struct gdk4_x11_sys::xlib::XRectangle [−][src]
Fields
x: i16
y: i16
width: u16
height: u16
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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