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