Struct xcb::sync::QueryAlarmCookie
source · pub struct QueryAlarmCookie { /* private fields */ }
Expand description
Cookie type for QueryAlarm.
This cookie can be used to get a QueryAlarmReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for QueryAlarmCookie
impl Cookie for QueryAlarmCookie
source§impl CookieWithReplyChecked for QueryAlarmCookie
impl CookieWithReplyChecked for QueryAlarmCookie
source§type Reply = QueryAlarmReply
type Reply = QueryAlarmReply
The reply type associated with the cookie
source§impl Debug for QueryAlarmCookie
impl Debug for QueryAlarmCookie
impl CookieChecked for QueryAlarmCookie
Auto Trait Implementations§
impl Freeze for QueryAlarmCookie
impl RefUnwindSafe for QueryAlarmCookie
impl Send for QueryAlarmCookie
impl Sync for QueryAlarmCookie
impl Unpin for QueryAlarmCookie
impl UnwindSafe for QueryAlarmCookie
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