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
Trait Implementations§
Source§impl Clone for FsDevLocal
impl Clone for FsDevLocal
Source§fn clone(&self) -> FsDevLocal
fn clone(&self) -> FsDevLocal
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FsDevLocal
impl Debug for FsDevLocal
Source§impl Hash for FsDevLocal
impl Hash for FsDevLocal
Source§impl Ord for FsDevLocal
impl Ord for FsDevLocal
Source§fn cmp(&self, other: &FsDevLocal) -> Ordering
fn cmp(&self, other: &FsDevLocal) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FsDevLocal
impl PartialEq for FsDevLocal
Source§impl PartialOrd for FsDevLocal
impl PartialOrd for FsDevLocal
impl Eq for FsDevLocal
impl StructuralPartialEq for FsDevLocal
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