Struct rc_zip::parse::EndOfCentralDirectory64Locator
source · pub struct EndOfCentralDirectory64Locator {
pub dir_disk_number: u32,
pub directory_offset: u64,
pub total_disks: u32,
}
Expand description
4.3.15 Zip64 end of central directory locator
Fields§
§dir_disk_number: u32
number of the disk with the start of the zip64 end of central directory
directory_offset: u64
relative offset of the zip64 end of central directory record
total_disks: u32
total number of disks
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EndOfCentralDirectory64Locator
impl RefUnwindSafe for EndOfCentralDirectory64Locator
impl Send for EndOfCentralDirectory64Locator
impl Sync for EndOfCentralDirectory64Locator
impl Unpin for EndOfCentralDirectory64Locator
impl UnwindSafe for EndOfCentralDirectory64Locator
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