engage::gamedata

Struct HubFacilityData

source
#[repr(C)]
pub struct HubFacilityData { pub klass: &'static mut Il2CppClass, pub fields: HubFacilityDataFields, /* private fields */ }
Expand description

New Il2CppObject structure using the name from the struct item

Fields§

§klass: &'static mut Il2CppClass§fields: HubFacilityDataFields

Implementations§

Trait Implementations§

source§

impl Deref for HubFacilityData

source§

type Target = HubFacilityDataFields

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl DerefMut for HubFacilityData

source§

fn deref_mut(&mut self) -> &mut Self::Target

Mutably dereferences the value.
source§

impl Gamedata for HubFacilityData

source§

fn ctor(&self)

source§

fn get<'a>(name: impl Into<&'a Il2CppString>) -> Option<&'static Self>

source§

fn get_mut<'a>(name: impl Into<&'a Il2CppString>) -> Option<&'static mut Self>

source§

fn get_index<'a>(name: impl Into<&'a Il2CppString>) -> i32

source§

fn get_list() -> Option<&'static StructList<Self>>

source§

fn get_list_mut() -> Option<&'static mut StructList<Self>>

source§

fn get_count() -> i32

source§

fn unload()

source§

fn on_build(&self)

source§

fn on_release(&self)

source§

fn on_completed(&self)

source§

fn on_completed_end(&self)

source§

fn load_data()

source§

fn try_index_get(index: i32) -> Option<&'static Self>

source§

fn try_index_get_mut(index: i32) -> Option<&'static mut Self>

source§

fn try_get_hash(hash: i32) -> Option<&'static Self>

Auto Trait Implementations§

§

impl Freeze for HubFacilityData

§

impl RefUnwindSafe for HubFacilityData

§

impl !Send for HubFacilityData

§

impl !Sync for HubFacilityData

§

impl Unpin for HubFacilityData

§

impl !UnwindSafe for HubFacilityData

Blanket Implementations§

§

impl<T> Any for T
where T: 'static + ?Sized,

§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Borrow<T> for T
where T: ?Sized,

§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
§

impl<T> BorrowMut<T> for T
where T: ?Sized,

§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> From<T> for T

§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T, U> Into<U> for T
where U: From<T>,

§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

§

impl<T, U> TryFrom<U> for T
where 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>

Performs the conversion.
§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.