pub struct SimpleFilesystem { /* private fields */ }Implementations§
Source§impl SimpleFilesystem
impl SimpleFilesystem
pub fn open_volume(&self) -> Result<&File>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SimpleFilesystem
impl RefUnwindSafe for SimpleFilesystem
impl Send for SimpleFilesystem
impl Sync for SimpleFilesystem
impl Unpin for SimpleFilesystem
impl UnwindSafe for SimpleFilesystem
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