Struct x11_dl::sync::XSyncCounterNotifyEvent
source · #[repr(C)]pub struct XSyncCounterNotifyEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub counter: XSyncCounter,
pub wait_value: XSyncValue,
pub counter_value: XSyncValue,
pub time: Time,
pub count: c_int,
pub destroyed: Bool,
}
Fields§
§type_: c_int
§serial: c_ulong
§send_event: Bool
§display: *mut Display
§counter: XSyncCounter
§wait_value: XSyncValue
§counter_value: XSyncValue
§time: Time
§count: c_int
§destroyed: Bool
Trait Implementations§
source§impl Clone for XSyncCounterNotifyEvent
impl Clone for XSyncCounterNotifyEvent
source§fn clone(&self) -> XSyncCounterNotifyEvent
fn clone(&self) -> XSyncCounterNotifyEvent
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 XSyncCounterNotifyEvent
impl Debug for XSyncCounterNotifyEvent
impl Copy for XSyncCounterNotifyEvent
Auto Trait Implementations§
impl Freeze for XSyncCounterNotifyEvent
impl RefUnwindSafe for XSyncCounterNotifyEvent
impl !Send for XSyncCounterNotifyEvent
impl !Sync for XSyncCounterNotifyEvent
impl Unpin for XSyncCounterNotifyEvent
impl UnwindSafe for XSyncCounterNotifyEvent
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