pub struct BlinkApp {
gpio_driver: Option<GpioDriver<'static>>,
initialized: bool,
state: State,
last_tick: u32,
}Fields§
§gpio_driver: Option<GpioDriver<'static>>§initialized: bool§state: State§last_tick: u32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlinkApp
impl !RefUnwindSafe for BlinkApp
impl !Send for BlinkApp
impl !Sync for BlinkApp
impl Unpin for BlinkApp
impl !UnwindSafe for BlinkApp
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