pub struct SortedCentralDirectory { /* private fields */ }Expand description
Represents a sorted ZIP central directory
Implementations§
Source§impl SortedCentralDirectory
impl SortedCentralDirectory
Sourcepub fn headers_ref(&self) -> &[CentralDirectoryFileHeader]
pub fn headers_ref(&self) -> &[CentralDirectoryFileHeader]
Returns a reference to the CDFHs
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SortedCentralDirectory
impl RefUnwindSafe for SortedCentralDirectory
impl Send for SortedCentralDirectory
impl Sync for SortedCentralDirectory
impl Unpin for SortedCentralDirectory
impl UnwindSafe for SortedCentralDirectory
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