Struct x11_dl::xrecord::XRecordRange16
source · #[repr(C)]pub struct XRecordRange16 {
pub first: c_ushort,
pub last: c_ushort,
}
Fields§
§first: c_ushort
§last: c_ushort
Trait Implementations§
source§impl Clone for XRecordRange16
impl Clone for XRecordRange16
source§fn clone(&self) -> XRecordRange16
fn clone(&self) -> XRecordRange16
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 XRecordRange16
impl Debug for XRecordRange16
source§impl PartialEq for XRecordRange16
impl PartialEq for XRecordRange16
impl Copy for XRecordRange16
impl StructuralPartialEq for XRecordRange16
Auto Trait Implementations§
impl Freeze for XRecordRange16
impl RefUnwindSafe for XRecordRange16
impl Send for XRecordRange16
impl Sync for XRecordRange16
impl Unpin for XRecordRange16
impl UnwindSafe for XRecordRange16
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)