pub enum DirEntryEnum {
DirEntry(DirEntry),
DirEntry2(DirEntry2),
DirEntryTail(DirEntryTail),
}
Variants§
Implementations§
Source§impl DirEntryEnum
impl DirEntryEnum
pub fn get_rec_len(&self) -> u16
pub fn get_ino(&self) -> Option<u32>
pub fn get_name_str(&self) -> String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DirEntryEnum
impl RefUnwindSafe for DirEntryEnum
impl Send for DirEntryEnum
impl Sync for DirEntryEnum
impl Unpin for DirEntryEnum
impl UnwindSafe for DirEntryEnum
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