Struct x11_dl::xlib::_XkbCompatMapRec
source · #[repr(C)]pub struct _XkbCompatMapRec {
pub sym_interpret: XkbSymInterpretPtr,
pub groups: [XkbModsRec; 4],
pub num_si: c_ushort,
pub size_si: c_ushort,
}
Fields§
§sym_interpret: XkbSymInterpretPtr
§groups: [XkbModsRec; 4]
§num_si: c_ushort
§size_si: c_ushort
Auto Trait Implementations§
impl Freeze for _XkbCompatMapRec
impl RefUnwindSafe for _XkbCompatMapRec
impl !Send for _XkbCompatMapRec
impl !Sync for _XkbCompatMapRec
impl Unpin for _XkbCompatMapRec
impl UnwindSafe for _XkbCompatMapRec
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