pub struct KeyTable {
pub name: String,
pub from: u32,
pub to: u32,
pub keys: HashMap<u32, KeyDef>,
}Fields§
§name: String§from: u32§to: u32§keys: HashMap<u32, KeyDef>ASCII at(0x21..0x7E) → 파싱된 값-식.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyTable
impl RefUnwindSafe for KeyTable
impl Send for KeyTable
impl Sync for KeyTable
impl Unpin for KeyTable
impl UnsafeUnpin for KeyTable
impl UnwindSafe for KeyTable
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