Struct x11::xlib::_XkbIndicatorRec
source · [−]#[repr(C)]pub struct _XkbIndicatorRec {
pub phys_indicators: c_ulong,
pub maps: [XkbIndicatorMapRec; 32],
}
Fields
phys_indicators: c_ulong
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