pub struct FvmVolume { /* private fields */ }
Expand description
A block device created on top of the system’s FVM instance.
Trait Implementations§
Source§impl BlockDevice for FvmVolume
impl BlockDevice for FvmVolume
fn dir(&self) -> &DirectoryProxy
fn controller(&self) -> &ControllerProxy
Auto Trait Implementations§
impl Freeze for FvmVolume
impl !RefUnwindSafe for FvmVolume
impl Send for FvmVolume
impl Sync for FvmVolume
impl Unpin for FvmVolume
impl !UnwindSafe for FvmVolume
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