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