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