Struct x11::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: BoolTrait 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 more