pub struct Uc2Entry {
pub parent_dir: u32,
pub attributes: FileAttributes,
pub dos_time: u32,
pub name: String,
}Expand description
UC2 archive entry (file or directory)
Fields§
§parent_dir: u32Parent directory index (0 = root)
attributes: FileAttributesDOS file attributes
dos_time: u32DOS time
name: StringFile name
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Uc2Entry
impl RefUnwindSafe for Uc2Entry
impl Send for Uc2Entry
impl Sync for Uc2Entry
impl Unpin for Uc2Entry
impl UnwindSafe for Uc2Entry
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