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