Struct ext2::fs::DirEntryBlock
source · struct DirEntryBlock<'a> {
block_id: BlockId,
offset: usize,
entries: Vec<DirEntryWithName<'a>>,
}
Fields§
§block_id: BlockId
§offset: usize
§entries: Vec<DirEntryWithName<'a>>
Implementations§
source§impl DirEntryBlock<'_>
impl DirEntryBlock<'_>
fn has_enough_space(&self, name: &OsStr) -> bool
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for DirEntryBlock<'a>
impl<'a> Send for DirEntryBlock<'a>
impl<'a> Sync for DirEntryBlock<'a>
impl<'a> Unpin for DirEntryBlock<'a>
impl<'a> !UnwindSafe for DirEntryBlock<'a>
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