Struct onboard_computer::nmea::NmeaReceiver
source · pub struct NmeaReceiver {
mock_sentences: Mutex<CriticalSectionRawMutex, Cycle<Lines<'static>>>,
rng: Mutex<CriticalSectionRawMutex, Rng<'static>>,
}
Fields§
§mock_sentences: Mutex<CriticalSectionRawMutex, Cycle<Lines<'static>>>
§rng: Mutex<CriticalSectionRawMutex, Rng<'static>>
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for NmeaReceiver
impl Send for NmeaReceiver
impl Sync for NmeaReceiver
impl Unpin for NmeaReceiver
impl !UnwindSafe for NmeaReceiver
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
const: unstable§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more