Struct gdk_x11_sys::xlib::XRectangle
source · [−]Fields
x: i16
y: i16
width: u16
height: u16
Trait Implementations
sourceimpl Clone for XRectangle
impl Clone for XRectangle
sourcefn clone(&self) -> XRectangle
fn clone(&self) -> XRectangle
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for XRectangle
impl Debug for XRectangle
sourceimpl PartialEq<XRectangle> for XRectangle
impl PartialEq<XRectangle> for XRectangle
sourcefn eq(&self, other: &XRectangle) -> bool
fn eq(&self, other: &XRectangle) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more