[−][src]Struct smash::resource::LoadedTables
Fields
mutex: *mut MutexTypetable1: *mut Table1Entrytable2: *mut Table2Entrytable1_len: u32table2_len: u32table1_count: u32table2_count: u32table1_list: CppVector<u32>loaded_directory_table: *const ()loaded_directory_table_size: u32unk2: u32unk3: CppVector<u32>unk4: u8unk5: [u8; 7]addr: *const ()loaded_data: &'static mut LoadedDataversion: u32Methods
impl LoadedTables[src]
pub fn get_arc(&self) -> &LoadedArc[src]
pub fn get_search(&self) -> &LoadedSearch[src]
pub fn get_arc_mut(&mut self) -> &mut LoadedArc[src]
pub fn get_search_mut(&mut self) -> &LoadedSearch[src]
pub fn get_instance() -> &'static mut Self[src]
pub fn get_hash_from_t1_index(&self, t1_index: u32) -> Hash40[src]
pub fn table_1(&self) -> &[Table1Entry][src]
pub fn table_1_mut(&mut self) -> &mut [Table1Entry][src]
pub fn table_2(&self) -> &[Table2Entry][src]
pub fn table_2_mut(&mut self) -> &mut [Table2Entry][src]
pub fn get_t1_mut(
&mut self,
t1_index: u32
) -> Result<&mut Table1Entry, LoadError>[src]
&mut self,
t1_index: u32
) -> Result<&mut Table1Entry, LoadError>
pub fn get_t2(&self, t1_index: u32) -> Result<&Table2Entry, LoadError>[src]
pub fn get_t2_mut(
&mut self,
t1_index: u32
) -> Result<&mut Table2Entry, LoadError>[src]
&mut self,
t1_index: u32
) -> Result<&mut Table2Entry, LoadError>
Auto Trait Implementations
impl RefUnwindSafe for LoadedTables
impl !Send for LoadedTables
impl !Sync for LoadedTables
impl Unpin for LoadedTables
impl !UnwindSafe for LoadedTables
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>,