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