Struct flipperzero_sys::gui::InputKey
source · [−]#[repr(transparent)]pub struct InputKey(pub u8);Tuple Fields
0: u8Implementations
Trait Implementations
impl Copy for InputKey
impl Eq for InputKey
impl StructuralEq for InputKey
impl StructuralPartialEq for InputKey
Auto Trait Implementations
impl RefUnwindSafe for InputKey
impl Send for InputKey
impl Sync for InputKey
impl Unpin for InputKey
impl UnwindSafe for InputKey
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more