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