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