Struct x11_dl::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 moresource§impl Debug for XSyncAlarmAttributes
impl Debug for XSyncAlarmAttributes
impl Copy for XSyncAlarmAttributes
Auto Trait Implementations§
impl Freeze for XSyncAlarmAttributes
impl RefUnwindSafe for XSyncAlarmAttributes
impl Send for XSyncAlarmAttributes
impl Sync for XSyncAlarmAttributes
impl Unpin for XSyncAlarmAttributes
impl UnwindSafe for XSyncAlarmAttributes
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
)