Struct x11_dl::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: XSyncAlarmState
Trait 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 moresource§impl Debug for XSyncAlarmNotifyEvent
impl Debug for XSyncAlarmNotifyEvent
impl Copy for XSyncAlarmNotifyEvent
Auto Trait Implementations§
impl Freeze for XSyncAlarmNotifyEvent
impl RefUnwindSafe for XSyncAlarmNotifyEvent
impl !Send for XSyncAlarmNotifyEvent
impl !Sync for XSyncAlarmNotifyEvent
impl Unpin for XSyncAlarmNotifyEvent
impl UnwindSafe for XSyncAlarmNotifyEvent
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)