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> Freeze for DirEntryBlock<'a>
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