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