Struct x11::sync::XSyncCounterError
source · #[repr(C)]pub struct XSyncCounterError {
pub type_: c_int,
pub display: *mut Display,
pub counter: XSyncCounter,
pub serial: c_ulong,
pub error_code: c_uchar,
pub request_code: c_uchar,
pub minor_code: c_uchar,
}
Fields§
§type_: c_int
§display: *mut Display
§counter: XSyncCounter
§serial: c_ulong
§error_code: c_uchar
§request_code: c_uchar
§minor_code: c_uchar
Trait Implementations§
source§impl Clone for XSyncCounterError
impl Clone for XSyncCounterError
source§fn clone(&self) -> XSyncCounterError
fn clone(&self) -> XSyncCounterError
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