Struct x11_dl::xlib::XRectangle
source · #[repr(C)]pub struct XRectangle {
pub x: c_short,
pub y: c_short,
pub width: c_ushort,
pub height: c_ushort,
}
Fields§
§x: c_short
§y: c_short
§width: c_ushort
§height: c_ushort
Trait Implementations§
source§impl Clone for XRectangle
impl Clone for XRectangle
source§fn clone(&self) -> XRectangle
fn clone(&self) -> XRectangle
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XRectangle
impl Debug for XRectangle
source§impl PartialEq for XRectangle
impl PartialEq for XRectangle
impl Copy for XRectangle
impl StructuralPartialEq for XRectangle
Auto Trait Implementations§
impl Freeze for XRectangle
impl RefUnwindSafe for XRectangle
impl Send for XRectangle
impl Sync for XRectangle
impl Unpin for XRectangle
impl UnwindSafe for XRectangle
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)