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