Struct x11_dl::sync::XSyncValue
source · #[repr(C)]pub struct XSyncValue {
pub hi: c_int,
pub lo: c_uint,
}
Fields§
§hi: c_int
§lo: c_uint
Trait Implementations§
source§impl Clone for XSyncValue
impl Clone for XSyncValue
source§fn clone(&self) -> XSyncValue
fn clone(&self) -> XSyncValue
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 XSyncValue
impl Debug for XSyncValue
impl Copy for XSyncValue
Auto Trait Implementations§
impl Freeze for XSyncValue
impl RefUnwindSafe for XSyncValue
impl Send for XSyncValue
impl Sync for XSyncValue
impl Unpin for XSyncValue
impl UnwindSafe for XSyncValue
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