pub enum VmIoKind {
Reader,
Writer,
}Expand description
Whether a VmIoOwner backs a VmReader or a VmWriter.
Variants§
Auto Trait Implementations§
impl Freeze for VmIoKind
impl RefUnwindSafe for VmIoKind
impl Send for VmIoKind
impl Sync for VmIoKind
impl Unpin for VmIoKind
impl UnsafeUnpin for VmIoKind
impl UnwindSafe for VmIoKind
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