pub(crate) enum IoStack {
Enabled(Driver),
Disabled(ParkThread),
}
Variants§
Enabled(Driver)
Disabled(ParkThread)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IoStack
impl RefUnwindSafe for IoStack
impl Send for IoStack
impl Sync for IoStack
impl Unpin for IoStack
impl UnwindSafe for IoStack
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