Struct x11::xrecord::XRecordRange8
source · [−]Fields
first: c_uchar
last: c_uchar
Trait Implementations
sourceimpl Clone for XRecordRange8
impl Clone for XRecordRange8
sourcefn clone(&self) -> XRecordRange8
fn clone(&self) -> XRecordRange8
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 XRecordRange8
impl Debug for XRecordRange8
sourceimpl PartialEq<XRecordRange8> for XRecordRange8
impl PartialEq<XRecordRange8> for XRecordRange8
sourcefn eq(&self, other: &XRecordRange8) -> bool
fn eq(&self, other: &XRecordRange8) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for XRecordRange8
impl StructuralPartialEq for XRecordRange8
Auto Trait Implementations
impl RefUnwindSafe for XRecordRange8
impl Send for XRecordRange8
impl Sync for XRecordRange8
impl Unpin for XRecordRange8
impl UnwindSafe for XRecordRange8
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