pub struct RealtimeReader<T> { /* private fields */ }Expand description
A shared value that can be read on the real-time thread without blocking.
Implementations§
Source§impl<T> RealtimeReader<T>
impl<T> RealtimeReader<T>
Auto Trait Implementations§
impl<T> Freeze for RealtimeReader<T>
impl<T> !RefUnwindSafe for RealtimeReader<T>
impl<T> Send for RealtimeReader<T>
impl<T> !Sync for RealtimeReader<T>
impl<T> Unpin for RealtimeReader<T>
impl<T> !UnwindSafe for RealtimeReader<T>
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