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