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