Struct virtiofs_opendal::VirtioFs
source · pub struct VirtioFs { /* private fields */ }
Expand description
VirtioFS is a structure that represents the virtiofs service. It is used to run the virtiofs service with the given operator and socket path. The operator is used to interact with the backend storage system. The socket path is used to communicate with the QEMU and VMs.
Implementations§
Auto Trait Implementations§
impl Freeze for VirtioFs
impl RefUnwindSafe for VirtioFs
impl Send for VirtioFs
impl Sync for VirtioFs
impl Unpin for VirtioFs
impl UnwindSafe for VirtioFs
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