Struct x11::sync::XSyncSystemCounter
source · #[repr(C)]pub struct XSyncSystemCounter {
pub name: *mut c_char,
pub counter: XSyncCounter,
pub resolution: XSyncValue,
}
Fields§
§name: *mut c_char
§counter: XSyncCounter
§resolution: XSyncValue
Trait Implementations§
source§impl Clone for XSyncSystemCounter
impl Clone for XSyncSystemCounter
source§fn clone(&self) -> XSyncSystemCounter
fn clone(&self) -> XSyncSystemCounter
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