struct KeyCell {
label: &'static str,
group_end: bool,
}Expand description
1 セル分のキー定義
Fields§
§label: &'static str囲み文字に出すキー名(“ESC”, “F1” …)
group_end: boolグループ末尾(このセルの右に太セパレータを引く)
Auto Trait Implementations§
impl Freeze for KeyCell
impl RefUnwindSafe for KeyCell
impl Send for KeyCell
impl Sync for KeyCell
impl Unpin for KeyCell
impl UnsafeUnpin for KeyCell
impl UnwindSafe for KeyCell
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