pub enum FsDev {
Local(FsDevLocal),
Synth(FsDevSynth),
}
Expand description
Define a new file system device
TODO
- device virtio-9p-type integration
Variants§
Local(FsDevLocal)
Synth(FsDevSynth)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FsDev
impl RefUnwindSafe for FsDev
impl Send for FsDev
impl Sync for FsDev
impl Unpin for FsDev
impl UnwindSafe for FsDev
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