pub(crate) struct CodePair {
pub(crate) keysym: u16,
pub(crate) ucs: u16,
}
Fields§
§keysym: u16
§ucs: u16
Auto Trait Implementations§
impl Freeze for CodePair
impl RefUnwindSafe for CodePair
impl Send for CodePair
impl Sync for CodePair
impl Unpin for CodePair
impl UnwindSafe for CodePair
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