#[repr(C)]pub struct archive_dir_t {
pub magic: u32_,
pub fd: Handle,
pub index: isize,
pub size: usize,
pub entry_data: [FS_DirectoryEntry; 32],
}Expand description
Open directory struct
Fields§
§magic: u32_§fd: Handle“arch”
index: isizeCTRU handle
size: usizeCurrent entry index
entry_data: [FS_DirectoryEntry; 32]Current batch size
Trait Implementations§
Source§impl Clone for archive_dir_t
impl Clone for archive_dir_t
Source§fn clone(&self) -> archive_dir_t
fn clone(&self) -> archive_dir_t
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for archive_dir_t
impl Debug for archive_dir_t
Source§impl Default for archive_dir_t
impl Default for archive_dir_t
impl Copy for archive_dir_t
Auto Trait Implementations§
impl Freeze for archive_dir_t
impl RefUnwindSafe for archive_dir_t
impl Send for archive_dir_t
impl Sync for archive_dir_t
impl Unpin for archive_dir_t
impl UnwindSafe for archive_dir_t
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)