Struct prodash::messages::MessageCopyState
source · [−]pub struct MessageCopyState { /* private fields */ }
Expand description
State used to keep track of what’s new since the last time message were copied.
Note that due to the nature of a ring buffer, there is no guarantee that you see all messages.
Auto Trait Implementations
impl RefUnwindSafe for MessageCopyState
impl Send for MessageCopyState
impl Sync for MessageCopyState
impl Unpin for MessageCopyState
impl UnwindSafe for MessageCopyState
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