Struct x11_dl::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 Freeze for _XkbIndicatorRec
impl RefUnwindSafe for _XkbIndicatorRec
impl Send for _XkbIndicatorRec
impl Sync for _XkbIndicatorRec
impl Unpin for _XkbIndicatorRec
impl UnwindSafe for _XkbIndicatorRec
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