Struct flipperzero_sys::gui::InputType
source · [−]#[repr(transparent)]pub struct InputType(pub u8);Tuple Fields
0: u8Implementations
Trait Implementations
impl Copy for InputType
impl Eq for InputType
impl StructuralEq for InputType
impl StructuralPartialEq for InputType
Auto Trait Implementations
impl RefUnwindSafe for InputType
impl Send for InputType
impl Sync for InputType
impl Unpin for InputType
impl UnwindSafe for InputType
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