Struct embedded_flight_scheduler::State
source · [−]pub struct State<'a, T> {
pub system: &'a mut T,
pub now: Microseconds<u32>,
pub available: Microseconds<u32>,
}Fields
system: &'a mut Tnow: Microseconds<u32>available: Microseconds<u32>Auto Trait Implementations
impl<'a, T> RefUnwindSafe for State<'a, T> where
T: RefUnwindSafe,
impl<'a, T> Send for State<'a, T> where
T: Send,
impl<'a, T> Sync for State<'a, T> where
T: Sync,
impl<'a, T> Unpin for State<'a, T>
impl<'a, T> !UnwindSafe for State<'a, T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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