Struct ctru_sys::archive_dir_t
source · #[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: isize
CTRU handle
size: usize
Current 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 copy 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 more