#[repr(C)]pub struct FooterV2 {
pub footer_size: U64,
pub made_by: U16,
pub required_version: U16,
pub disk_number: U32,
pub directory_start_disk: U32,
pub entries_on_this_disk: U64,
pub entries: U64,
pub directory_size: U64,
pub offset_from_start: U64,
}
Fields§
§made_by: U16
§required_version: U16
§disk_number: U32
§directory_start_disk: U32
§entries_on_this_disk: U64
§entries: U64
§directory_size: U64
§offset_from_start: U64
Implementations§
Trait Implementations§
Auto Trait Implementations§
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