Struct x11_dl::xrecord::XRecordRange8
source · #[repr(C)]pub struct XRecordRange8 {
pub first: c_uchar,
pub last: c_uchar,
}
Fields§
§first: c_uchar
§last: c_uchar
Trait Implementations§
source§impl Clone for XRecordRange8
impl Clone for XRecordRange8
source§fn clone(&self) -> XRecordRange8
fn clone(&self) -> XRecordRange8
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 XRecordRange8
impl Debug for XRecordRange8
source§impl PartialEq for XRecordRange8
impl PartialEq for XRecordRange8
source§fn 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 ==
.impl Copy for XRecordRange8
impl StructuralPartialEq for XRecordRange8
Auto Trait Implementations§
impl Freeze for XRecordRange8
impl RefUnwindSafe for XRecordRange8
impl Send for XRecordRange8
impl Sync for XRecordRange8
impl Unpin for XRecordRange8
impl UnwindSafe for XRecordRange8
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