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