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