#[repr(C)]pub struct Struct_charcodemap {
pub key: wchar_t,
pub code: KeyCode,
pub symbol: KeySym,
pub group: c_int,
pub modmask: c_int,
pub needs_binding: c_int,
}
Fields§
§key: wchar_t
§code: KeyCode
§symbol: KeySym
§group: c_int
§modmask: c_int
§needs_binding: c_int
Trait Implementations§
Source§impl Clone for Struct_charcodemap
impl Clone for Struct_charcodemap
Source§impl Default for Struct_charcodemap
impl Default for Struct_charcodemap
impl Copy for Struct_charcodemap
Auto Trait Implementations§
impl Freeze for Struct_charcodemap
impl RefUnwindSafe for Struct_charcodemap
impl Send for Struct_charcodemap
impl Sync for Struct_charcodemap
impl Unpin for Struct_charcodemap
impl UnwindSafe for Struct_charcodemap
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)