Struct xcb::sync::QueryAlarmReply
source · pub struct QueryAlarmReply { /* private fields */ }
Expand description
Reply type for QueryAlarm.
Can be obtained from a QueryAlarmCookie with Connection::wait_for_reply or from a QueryAlarmCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for QueryAlarmReply
impl Debug for QueryAlarmReply
source§impl Drop for QueryAlarmReply
impl Drop for QueryAlarmReply
source§impl Reply for QueryAlarmReply
impl Reply for QueryAlarmReply
impl Send for QueryAlarmReply
impl Sync for QueryAlarmReply
Auto Trait Implementations§
impl Freeze for QueryAlarmReply
impl RefUnwindSafe for QueryAlarmReply
impl Unpin for QueryAlarmReply
impl UnwindSafe for QueryAlarmReply
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