Struct gdk_x11_sys::xlib::_XkbIndicatorRec
[−]#[repr(C)]pub struct _XkbIndicatorRec {
pub phys_indicators: u64,
pub maps: [_XkbIndicatorMapRec; 32],
}
Fields
phys_indicators: u64
maps: [_XkbIndicatorMapRec; 32]
Auto Trait Implementations
impl RefUnwindSafe for _XkbIndicatorRec
impl Send for _XkbIndicatorRec
impl Sync for _XkbIndicatorRec
impl Unpin for _XkbIndicatorRec
impl UnwindSafe for _XkbIndicatorRec
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more