[−][src]Struct smash::resource::LoadedArc
Fields
magic: u64
music_data_offset: u64
file_data_offset: u64
file_data_offset_2: u64
fs_offset: u64
fs_search_offset: u64
unk_offset: u64
loaded_fs: *const ()
loaded_fs_2: *const ()
region_entry: *const ()
file_path_buckets: *const ()
file_path_to_index_hash_group: *const ()
file_info_path: *const FileInfoPath
file_info_idx: *const FileInfoIndex
dir_hash_group: *const ()
dir_list: *const ()
dir_offset: *const ()
dir_child_hash_group: *const ()
file_info: *const FileInfo
file_info_sub_index: *const FileInfoSubIndex
sub_files: *const SubFile
Methods
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,
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>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,