Struct xproto::_xRectangle
source · #[repr(C)]pub struct _xRectangle {
pub x: INT16,
pub y: INT16,
pub width: CARD16,
pub height: CARD16,
}Fields
x: INT16y: INT16width: CARD16height: CARD16Trait 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 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for _xRectangle
impl Debug for _xRectangle
impl Copy 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