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