#[repr(C)]pub struct HeaderV001 {
pub offset_hash_table: u32,
pub file_count: u32,
}Fields§
§offset_hash_table: u32§file_count: u32Trait Implementations§
Source§impl Clone for HeaderV001
impl Clone for HeaderV001
Source§fn clone(&self) -> HeaderV001
fn clone(&self) -> HeaderV001
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HeaderV001
impl Debug for HeaderV001
Source§impl Display for HeaderV001
impl Display for HeaderV001
impl Copy for HeaderV001
impl Pod for HeaderV001
Auto Trait Implementations§
impl Freeze for HeaderV001
impl RefUnwindSafe for HeaderV001
impl Send for HeaderV001
impl Sync for HeaderV001
impl Unpin for HeaderV001
impl UnwindSafe for HeaderV001
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