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