#[repr(C)]pub struct CachedAssetBundle {
pub m_name: Il2CppString,
pub m_hash: Hash128,
}Expand description
Fields§
§m_name: Il2CppString§m_hash: Hash128Implementations§
Source§impl CachedAssetBundle
impl CachedAssetBundle
Sourcepub fn ctor(&mut self, name: impl Into<Il2CppString>, hash: impl Into<Hash128>)
pub fn ctor(&mut self, name: impl Into<Il2CppString>, hash: impl Into<Hash128>)
.ctor(::unity::Il2CppString, crate::unity_engine::hash128::Hash128) overload
Sourcepub fn get_name(&mut self) -> Il2CppString
pub fn get_name(&mut self) -> Il2CppString
get_name() overload
Source§impl CachedAssetBundle
impl CachedAssetBundle
pub fn ctor_method_info() -> &'static MethodInfo
pub fn get_name_method_info() -> &'static MethodInfo
pub fn get_hash_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for CachedAssetBundle
impl ClassIdentity for CachedAssetBundle
Source§impl Clone for CachedAssetBundle
impl Clone for CachedAssetBundle
Source§fn clone(&self) -> CachedAssetBundle
fn clone(&self) -> CachedAssetBundle
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CachedAssetBundle
Auto Trait Implementations§
impl Freeze for CachedAssetBundle
impl RefUnwindSafe for CachedAssetBundle
impl !Send for CachedAssetBundle
impl !Sync for CachedAssetBundle
impl Unpin for CachedAssetBundle
impl UnwindSafe for CachedAssetBundle
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)