pub struct IO { /* private fields */ }Expand description
Wrapper around the simctl io subcommand.
Implementations§
Auto Trait Implementations§
impl Freeze for IO
impl RefUnwindSafe for IO
impl Send for IO
impl Sync for IO
impl Unpin for IO
impl UnwindSafe for IO
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