#[repr(C)]pub struct AssetTable_Sound {
pub voice_id: Il2CppString,
pub footstep_id: Il2CppString,
pub material_id: Il2CppString,
}Expand description
Fields§
§voice_id: Il2CppString§footstep_id: Il2CppString§material_id: Il2CppStringImplementations§
Source§impl AssetTable_Sound
impl AssetTable_Sound
Sourcepub fn to_string(&mut self) -> Il2CppString
pub fn to_string(&mut self) -> Il2CppString
ToString() overload
Source§impl AssetTable_Sound
impl AssetTable_Sound
pub fn to_string_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for AssetTable_Sound
impl ClassIdentity for AssetTable_Sound
Source§impl Clone for AssetTable_Sound
impl Clone for AssetTable_Sound
Source§fn clone(&self) -> AssetTable_Sound
fn clone(&self) -> AssetTable_Sound
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 AssetTable_Sound
Auto Trait Implementations§
impl Freeze for AssetTable_Sound
impl RefUnwindSafe for AssetTable_Sound
impl !Send for AssetTable_Sound
impl !Sync for AssetTable_Sound
impl Unpin for AssetTable_Sound
impl UnwindSafe for AssetTable_Sound
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)