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