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