Struct x11_dl::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_uchar
Trait 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 moresource§impl Debug for XSyncAlarmError
impl Debug for XSyncAlarmError
impl Copy for XSyncAlarmError
Auto Trait Implementations§
impl Freeze for XSyncAlarmError
impl RefUnwindSafe for XSyncAlarmError
impl !Send for XSyncAlarmError
impl !Sync for XSyncAlarmError
impl Unpin for XSyncAlarmError
impl UnwindSafe for XSyncAlarmError
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