Struct xcb::x::GetAtomNameCookie
source · pub struct GetAtomNameCookie { /* private fields */ }
Expand description
Cookie type for GetAtomName.
This cookie can be used to get a GetAtomNameReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for GetAtomNameCookie
impl Cookie for GetAtomNameCookie
source§impl CookieWithReplyChecked for GetAtomNameCookie
impl CookieWithReplyChecked for GetAtomNameCookie
source§type Reply = GetAtomNameReply
type Reply = GetAtomNameReply
The reply type associated with the cookie
source§impl Debug for GetAtomNameCookie
impl Debug for GetAtomNameCookie
impl CookieChecked for GetAtomNameCookie
Auto Trait Implementations§
impl Freeze for GetAtomNameCookie
impl RefUnwindSafe for GetAtomNameCookie
impl Send for GetAtomNameCookie
impl Sync for GetAtomNameCookie
impl Unpin for GetAtomNameCookie
impl UnwindSafe for GetAtomNameCookie
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