Struct lc3_ensemble::sim::io::CustomIO
source · pub struct CustomIO(/* private fields */);Expand description
An opaque box that holds custom defined IO.
This can be used to use a different implementation of IO than the ones implemented in this module.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CustomIO
impl !RefUnwindSafe for CustomIO
impl Send for CustomIO
impl Sync for CustomIO
impl Unpin for CustomIO
impl !UnwindSafe for CustomIO
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