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