#[repr(C)]pub struct AmiiboSequence_TagData {
pub character_id_base: u32,
pub character_id_detail: u8,
pub numbering_id: u16,
pub series_id: u8,
pub nfp_type: u8,
pub name_base: Il2CppString,
pub name_detail: Il2CppString,
}Expand description
Fields§
§character_id_base: u32§character_id_detail: u8§numbering_id: u16§series_id: u8§nfp_type: u8§name_base: Il2CppString§name_detail: Il2CppStringImplementations§
Source§impl AmiiboSequence_TagData
impl AmiiboSequence_TagData
Sourcepub fn ctor(
&mut self,
character_id_base: impl Into<u32>,
character_id_detail: impl Into<u8>,
numbering_id: impl Into<u16>,
series_id: impl Into<u8>,
nfp_type: impl Into<u8>,
name_base: impl Into<Il2CppString>,
name_detail: impl Into<Il2CppString>,
)
pub fn ctor( &mut self, character_id_base: impl Into<u32>, character_id_detail: impl Into<u8>, numbering_id: impl Into<u16>, series_id: impl Into<u8>, nfp_type: impl Into<u8>, name_base: impl Into<Il2CppString>, name_detail: impl Into<Il2CppString>, )
.ctor(u32, u8, u16, u8, u8, ::unity::Il2CppString, ::unity::Il2CppString) overload
Source§impl AmiiboSequence_TagData
impl AmiiboSequence_TagData
pub fn ctor_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for AmiiboSequence_TagData
impl Clone for AmiiboSequence_TagData
Source§fn clone(&self) -> AmiiboSequence_TagData
fn clone(&self) -> AmiiboSequence_TagData
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 AmiiboSequence_TagData
Auto Trait Implementations§
impl Freeze for AmiiboSequence_TagData
impl RefUnwindSafe for AmiiboSequence_TagData
impl !Send for AmiiboSequence_TagData
impl !Sync for AmiiboSequence_TagData
impl Unpin for AmiiboSequence_TagData
impl UnwindSafe for AmiiboSequence_TagData
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)