Struct lc3_ensemble::sim::io::Stop
source · pub struct Stop;Expand description
A helper struct for BiChannelIO::new,
indicating the channel is closed and no more reads/writes will come from it.
Trait Implementations§
source§impl Ord for Stop
impl Ord for Stop
source§impl PartialEq for Stop
impl PartialEq for Stop
source§impl PartialOrd for Stop
impl PartialOrd for Stop
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for Stop
impl Eq for Stop
impl StructuralPartialEq for Stop
Auto Trait Implementations§
impl Freeze for Stop
impl RefUnwindSafe for Stop
impl Send for Stop
impl Sync for Stop
impl Unpin for Stop
impl UnwindSafe for Stop
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