Struct x11::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
sourceimpl Clone for XRecordExtRange
impl Clone for XRecordExtRange
sourcefn clone(&self) -> XRecordExtRange
fn clone(&self) -> XRecordExtRange
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
sourceimpl Debug for XRecordExtRange
impl Debug for XRecordExtRange
sourceimpl PartialEq<XRecordExtRange> for XRecordExtRange
impl PartialEq<XRecordExtRange> for XRecordExtRange
sourcefn 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 ==
. Read more
impl Copy for XRecordExtRange
impl StructuralPartialEq for XRecordExtRange
Auto Trait Implementations
impl RefUnwindSafe for XRecordExtRange
impl Send for XRecordExtRange
impl Sync for XRecordExtRange
impl Unpin for XRecordExtRange
impl UnwindSafe for XRecordExtRange
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