#[repr(C)]pub struct Footer {
pub disk_number: U16,
pub directory_start_disk: U16,
pub entries_on_this_disk: U16,
pub entries: U16,
pub directory_size: U32,
pub offset_from_start: U32,
pub comment_length: U16,
}
Fields§
§disk_number: U16
§directory_start_disk: U16
§entries_on_this_disk: U16
§entries: U16
§directory_size: U32
§offset_from_start: U32
§comment_length: U16
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