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