Struct workflow_terminal::terminal::Modifiers
source · pub struct Modifiers {
pub alt: bool,
pub shift: bool,
pub ctrl: bool,
pub meta: bool,
}
Fields§
§alt: bool
§shift: bool
§ctrl: bool
§meta: bool
Auto Trait Implementations§
impl RefUnwindSafe for Modifiers
impl Send for Modifiers
impl Sync for Modifiers
impl Unpin for Modifiers
impl UnwindSafe for Modifiers
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