pub struct SharedDirectory { /* private fields */ }Expand description
Stores host directory path and read-only flag for virtiofs sharing.
On Linux/KVM, virtiofs requires an external virtiofsd process;
this type only holds config and is consumed by VirtualMachine.
Implementations§
Auto Trait Implementations§
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