[−][src]Struct smash::resource::ResServiceState
Fields
mutex: *mut MutexType
res_update_event: *mut EventType
io_swap_event: *mut EventType
semaphore1: *const ()
semaphore2: *const ()
res_update_thread: *mut ThreadType
res_loading_thread: *mut ThreadType
res_inflate_thread: *mut ThreadType
loaded_tables: *mut LoadedTables
unk_region_idx: u32
regular_region_idx: u32
state: i16
is_loader_thread_running: bool
data_arc_string: [u8; 256]
data_arc_filenx: *mut FileNX
buffer_size: usize
buffer_array: [*const c_void; 2]
buffer_array_idx: u32
data_ptr: *const c_void
offset_into_read: u64
Methods
impl ResServiceState
[src]
pub fn get_instance() -> &'static mut Self
[src]
Auto Trait Implementations
impl RefUnwindSafe for ResServiceState
impl !Send for ResServiceState
impl !Sync for ResServiceState
impl Unpin for ResServiceState
impl UnwindSafe for ResServiceState
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>,