#[repr(C)]pub struct FooterLocator {
pub directory_start_disk: U32,
pub footer_offset: U64,
pub disk_count: U32,
}
Fields§
§directory_start_disk: U32
§disk_count: U32
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