pub struct CentralDirectory<'a> {
pub files: Vec<CentralDirectoryFileHeader<'a>>,
pub end: EndCentralDirectory,
}
Fields§
§files: Vec<CentralDirectoryFileHeader<'a>>
§end: EndCentralDirectory
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for CentralDirectory<'a>
impl<'a> RefUnwindSafe for CentralDirectory<'a>
impl<'a> Send for CentralDirectory<'a>
impl<'a> Sync for CentralDirectory<'a>
impl<'a> Unpin for CentralDirectory<'a>
impl<'a> UnwindSafe for CentralDirectory<'a>
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