pub struct EndCentralDirectory {
pub disk_num: u16,
pub disk_central_dir_num: u16,
pub disk_entires: u16,
pub total_entires: u16,
pub central_dir_size: u32,
pub central_dir_offset: u32,
}
Fields§
§disk_num: u16
§disk_central_dir_num: u16
§disk_entires: u16
§total_entires: u16
§central_dir_size: u32
§central_dir_offset: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EndCentralDirectory
impl RefUnwindSafe for EndCentralDirectory
impl Send for EndCentralDirectory
impl Sync for EndCentralDirectory
impl Unpin for EndCentralDirectory
impl UnwindSafe for EndCentralDirectory
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