[−][src]Struct smash::resource::ResServiceState
Fields
mutex: *mut MutexTyperes_update_event: *mut EventTypeio_swap_event: *mut EventTypesemaphore1: *const ()semaphore2: *const ()res_update_thread: *mut ThreadTyperes_loading_thread: *mut ThreadTyperes_inflate_thread: *mut ThreadTypeloaded_tables: *mut LoadedTablesunk_region_idx: u32regular_region_idx: u32state: i16is_loader_thread_running: booldata_arc_string: [u8; 256]data_arc_filenx: *mut FileNXbuffer_size: usizebuffer_array: [*const c_void; 2]buffer_array_idx: u32data_ptr: *const c_voidoffset_into_read: u64Methods
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>,