Struct gdk_x11_sys::xlib::_XkbCompatMapRec
[−]#[repr(C)]pub struct _XkbCompatMapRec {
pub sym_interpret: *mut _XkbSymInterpretRec,
pub groups: [_XkbMods; 4],
pub num_si: u16,
pub size_si: u16,
}Fields
sym_interpret: *mut _XkbSymInterpretRecgroups: [_XkbMods; 4]num_si: u16size_si: u16Auto Trait Implementations
impl RefUnwindSafe for _XkbCompatMapRec
impl !Send for _XkbCompatMapRec
impl !Sync for _XkbCompatMapRec
impl Unpin for _XkbCompatMapRec
impl UnwindSafe for _XkbCompatMapRec
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