Struct x11_dl::xrecord::XRecordExtRange
source · #[repr(C)]pub struct XRecordExtRange {
pub ext_major: XRecordRange8,
pub ext_minor: XRecordRange16,
}
Fields§
§ext_major: XRecordRange8
§ext_minor: XRecordRange16
Trait Implementations§
source§impl Clone for XRecordExtRange
impl Clone for XRecordExtRange
source§fn clone(&self) -> XRecordExtRange
fn clone(&self) -> XRecordExtRange
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 XRecordExtRange
impl Debug for XRecordExtRange
source§impl PartialEq for XRecordExtRange
impl PartialEq for XRecordExtRange
source§fn eq(&self, other: &XRecordExtRange) -> bool
fn eq(&self, other: &XRecordExtRange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for XRecordExtRange
impl StructuralPartialEq for XRecordExtRange
Auto Trait Implementations§
impl Freeze for XRecordExtRange
impl RefUnwindSafe for XRecordExtRange
impl Send for XRecordExtRange
impl Sync for XRecordExtRange
impl Unpin for XRecordExtRange
impl UnwindSafe for XRecordExtRange
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