Struct x11::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 more