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 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
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
fn eq(&self, other: &XRectangle) -> bool
fn eq(&self, other: &XRectangle) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
fn ne(&self, other: &XRectangle) -> bool
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more