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
fn 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 moreimpl Debug for XRectangle
impl Debug for XRectangle
impl PartialEq<XRectangle> for XRectangle
impl PartialEq<XRectangle> for XRectangle
fn 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