pub struct RawDir {
pub files: HashMap<String, FileMetaInfo>,
/* private fields */
}Expand description
RawDir
Fields§
§files: HashMap<String, FileMetaInfo>Current file folder file name and index
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawDir
impl RefUnwindSafe for RawDir
impl !Send for RawDir
impl !Sync for RawDir
impl Unpin for RawDir
impl UnsafeUnpin for RawDir
impl UnwindSafe for RawDir
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