pub struct FsDevLocal { /* private fields */ }
Expand description
Accesses to the filesystem are done by QEMU
Implementations§
Source§impl FsDevLocal
impl FsDevLocal
Sourcepub fn builder() -> FsDevLocalBuilder
pub fn builder() -> FsDevLocalBuilder
Create an instance of FsDevLocal
using the builder syntax
Auto Trait Implementations§
impl Freeze for FsDevLocal
impl RefUnwindSafe for FsDevLocal
impl Send for FsDevLocal
impl Sync for FsDevLocal
impl Unpin for FsDevLocal
impl UnwindSafe for FsDevLocal
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