#[repr(C)]pub struct _XkbMods {
pub mask: c_uchar,
pub real_mods: c_uchar,
pub vmods: c_ushort,
}
Fields§
§mask: c_uchar
§real_mods: c_uchar
§vmods: c_ushort
Auto Trait Implementations§
impl Freeze for _XkbMods
impl RefUnwindSafe for _XkbMods
impl Send for _XkbMods
impl Sync for _XkbMods
impl Unpin for _XkbMods
impl UnwindSafe for _XkbMods
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