Struct floppy_disk::mem::MemDirEntry
source · pub struct MemDirEntry { /* private fields */ }Trait Implementations§
source§impl Debug for MemDirEntry
impl Debug for MemDirEntry
source§impl FloppyDirEntry for MemDirEntry
impl FloppyDirEntry for MemDirEntry
type Metadata = MemMetadata
type FileType = MemFileType
fn path(&self) -> PathBuf
fn file_name(&self) -> OsString
fn metadata<'life0, 'async_trait>( &'life0 self ) -> Pin<Box<dyn Future<Output = Result<Self::Metadata>> + Send + 'async_trait>>where Self: 'async_trait, 'life0: 'async_trait,
fn file_type<'life0, 'async_trait>( &'life0 self ) -> Pin<Box<dyn Future<Output = Result<Self::FileType>> + Send + 'async_trait>>where Self: 'async_trait, 'life0: 'async_trait,
fn ino(&self) -> u64
Auto Trait Implementations§
impl !RefUnwindSafe for MemDirEntry
impl Send for MemDirEntry
impl Sync for MemDirEntry
impl Unpin for MemDirEntry
impl !UnwindSafe for MemDirEntry
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