Struct x11::sync::XSyncAlarmAttributes
source · #[repr(C)]pub struct XSyncAlarmAttributes {
pub trigger: XSyncTrigger,
pub delta: XSyncValue,
pub events: Bool,
pub state: XSyncAlarmState,
}
Fields§
§trigger: XSyncTrigger
§delta: XSyncValue
§events: Bool
§state: XSyncAlarmState
Trait Implementations§
source§impl Clone for XSyncAlarmAttributes
impl Clone for XSyncAlarmAttributes
source§fn clone(&self) -> XSyncAlarmAttributes
fn clone(&self) -> XSyncAlarmAttributes
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