pub struct NullHostIO;Trait Implementations§
Source§impl Debug for NullHostIO
impl Debug for NullHostIO
Source§impl HostIO for NullHostIO
impl HostIO for NullHostIO
fn syscall( &mut self, _code: u32, _cpu: &mut NativeCpu<NullHostIO>, ) -> Result<usize, ExecutionError>
Auto Trait Implementations§
impl Freeze for NullHostIO
impl RefUnwindSafe for NullHostIO
impl Send for NullHostIO
impl Sync for NullHostIO
impl Unpin for NullHostIO
impl UnsafeUnpin for NullHostIO
impl UnwindSafe for NullHostIO
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