pub struct RootDirectory<B: Deref<Target = [Block]>, E: Debug, IO>where
IO: IO<Block<'static> = B, Error = E>,{ /* private fields */ }Implementations§
Source§impl<B: Deref<Target = [Block]>, E: Debug, IO> RootDirectory<B, E, IO>where
IO: IO<Block<'static> = B, Error = E>,
impl<B: Deref<Target = [Block]>, E: Debug, IO> RootDirectory<B, E, IO>where
IO: IO<Block<'static> = B, Error = E>,
Sourcepub fn update_usage(&mut self) -> Result<(), Error<E>>
pub fn update_usage(&mut self) -> Result<(), Error<E>>
Traversing allocation bitmap and gather precise usage info
pub fn validate_upcase_table_checksum(&mut self) -> Result<(), Error<E>>
pub fn volumn_label(&self) -> Option<&str>
pub fn open(&mut self) -> Result<Directory<B, E, IO>, Error<E>>
Auto Trait Implementations§
impl<B, E, IO> Freeze for RootDirectory<B, E, IO>
impl<B, E, IO> !RefUnwindSafe for RootDirectory<B, E, IO>
impl<B, E, IO> !Send for RootDirectory<B, E, IO>
impl<B, E, IO> !Sync for RootDirectory<B, E, IO>
impl<B, E, IO> Unpin for RootDirectory<B, E, IO>
impl<B, E, IO> !UnwindSafe for RootDirectory<B, E, IO>
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