pub struct OscilloscopeFrameConsumer { /* private fields */ }Expand description
Consumer side of oscilloscope frame channel.
Implementations§
Source§impl OscilloscopeFrameConsumer
impl OscilloscopeFrameConsumer
Sourcepub fn read_latest(&mut self) -> Option<OscilloscopeFrameSnapshot>
pub fn read_latest(&mut self) -> Option<OscilloscopeFrameSnapshot>
Read and return the most recent available frame.
Auto Trait Implementations§
impl !Freeze for OscilloscopeFrameConsumer
impl !RefUnwindSafe for OscilloscopeFrameConsumer
impl Send for OscilloscopeFrameConsumer
impl !Sync for OscilloscopeFrameConsumer
impl Unpin for OscilloscopeFrameConsumer
impl UnsafeUnpin for OscilloscopeFrameConsumer
impl UnwindSafe for OscilloscopeFrameConsumer
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