[−][src]Struct smash::resource::LoadedArc
Fields
magic: u64music_data_offset: u64file_data_offset: u64file_data_offset_2: u64fs_offset: u64fs_search_offset: u64unk_offset: u64loaded_fs: *const ()loaded_fs_2: *const ()region_entry: *const ()file_path_buckets: *const ()file_path_to_index_hash_group: *const ()file_info_path: *const FileInfoPathfile_info_idx: *const FileInfoIndexdir_hash_group: *const ()dir_list: *const ()dir_offset: *const ()dir_child_hash_group: *const ()file_info: *const FileInfofile_info_sub_index: *const FileInfoSubIndexsub_files: *const SubFileMethods
impl LoadedArc[src]
pub fn get_subfile_by_t1_index(&self, t1_index: u32) -> &mut SubFile[src]
pub fn lookup_fileinfopath_by_t1_index(
&self,
t1_index: u32
) -> &mut FileInfoPath[src]
&self,
t1_index: u32
) -> &mut FileInfoPath
pub fn lookup_fileinfoindex_by_t1_index(
&self,
t1_index: u32
) -> &mut FileInfoIndex[src]
&self,
t1_index: u32
) -> &mut FileInfoIndex
pub fn lookup_file_information_by_t1_index(
&self,
t1_index: u32
) -> &mut FileInfo[src]
&self,
t1_index: u32
) -> &mut FileInfo
pub fn lookup_fileinfosubindex_by_index(
&self,
sub_index_index: u32
) -> &mut FileInfoSubIndex[src]
&self,
sub_index_index: u32
) -> &mut FileInfoSubIndex
Auto Trait Implementations
impl RefUnwindSafe for LoadedArc
impl !Send for LoadedArc
impl !Sync for LoadedArc
impl Unpin for LoadedArc
impl UnwindSafe for LoadedArc
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,