Struct xcb::xkb::GetIndicatorStateReply
source · pub struct GetIndicatorStateReply { /* private fields */ }
Expand description
Reply type for GetIndicatorState.
Can be obtained from a GetIndicatorStateCookie with Connection::wait_for_reply or from a GetIndicatorStateCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for GetIndicatorStateReply
impl Debug for GetIndicatorStateReply
source§impl Drop for GetIndicatorStateReply
impl Drop for GetIndicatorStateReply
source§impl Reply for GetIndicatorStateReply
impl Reply for GetIndicatorStateReply
impl Send for GetIndicatorStateReply
impl Sync for GetIndicatorStateReply
Auto Trait Implementations§
impl Freeze for GetIndicatorStateReply
impl RefUnwindSafe for GetIndicatorStateReply
impl Unpin for GetIndicatorStateReply
impl UnwindSafe for GetIndicatorStateReply
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