#[repr(C)]pub struct hfs0_file_entry_t {
pub offset: u64,
pub size: u64,
pub string_table_offset: u32,
pub hashed_size: u32,
pub reserved: u64,
pub hash: [c_uchar; 32],
}Fields§
§offset: u64§size: u64§string_table_offset: u32§hashed_size: u32§reserved: u64§hash: [c_uchar; 32]Trait Implementations§
Source§impl Clone for hfs0_file_entry_t
impl Clone for hfs0_file_entry_t
Source§fn clone(&self) -> hfs0_file_entry_t
fn clone(&self) -> hfs0_file_entry_t
Returns a copy 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 hfs0_file_entry_t
impl Debug for hfs0_file_entry_t
Source§impl Default for hfs0_file_entry_t
impl Default for hfs0_file_entry_t
Source§fn default() -> hfs0_file_entry_t
fn default() -> hfs0_file_entry_t
Returns the “default value” for a type. Read more
impl Copy for hfs0_file_entry_t
Auto Trait Implementations§
impl Freeze for hfs0_file_entry_t
impl RefUnwindSafe for hfs0_file_entry_t
impl Send for hfs0_file_entry_t
impl Sync for hfs0_file_entry_t
impl Unpin for hfs0_file_entry_t
impl UnwindSafe for hfs0_file_entry_t
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