Struct x11::sync::XSyncAlarmNotifyEvent
source · #[repr(C)]pub struct XSyncAlarmNotifyEvent {
pub type_: c_int,
pub serial: c_ulong,
pub send_event: Bool,
pub display: *mut Display,
pub alarm: XSyncAlarm,
pub counter_value: XSyncValue,
pub alarm_value: XSyncValue,
pub time: Time,
pub state: XSyncAlarmState,
}Fields§
§type_: c_int§serial: c_ulong§send_event: Bool§display: *mut Display§alarm: XSyncAlarm§counter_value: XSyncValue§alarm_value: XSyncValue§time: Time§state: XSyncAlarmStateTrait Implementations§
source§impl Clone for XSyncAlarmNotifyEvent
impl Clone for XSyncAlarmNotifyEvent
source§fn clone(&self) -> XSyncAlarmNotifyEvent
fn clone(&self) -> XSyncAlarmNotifyEvent
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