pub struct DirEntryFull { /* private fields */ }Implementations§
Methods from Deref<Target = DirEntry>§
pub fn size(&self) -> u32
pub fn name(&self) -> &str
pub fn offset(&self) -> u32
pub fn is_file(&self) -> bool
pub fn created(&self) -> &Time
pub fn attributes(&self) -> u8
pub fn modified(&self) -> &Time
pub fn cluster(&self) -> Cluster
pub fn is_directory(&self) -> bool
pub fn filename(&self) -> &ShortName
Trait Implementations§
Source§impl Deref for DirEntryFull
impl Deref for DirEntryFull
Source§impl PartialEq<[u8]> for DirEntryFull
impl PartialEq<[u8]> for DirEntryFull
Source§impl PartialEq<str> for DirEntryFull
impl PartialEq<str> for DirEntryFull
Auto Trait Implementations§
impl Freeze for DirEntryFull
impl RefUnwindSafe for DirEntryFull
impl !Send for DirEntryFull
impl !Sync for DirEntryFull
impl Unpin for DirEntryFull
impl UnwindSafe for DirEntryFull
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