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