#[repr(C)]pub struct RelayAwardData_Info {
pub raid: Il2CppString,
pub record_kind: UnitRecord_Kinds,
pub compare_op: RelayAwardData_CompareOp,
}Expand description
Fields§
§raid: Il2CppString§record_kind: UnitRecord_Kinds§compare_op: RelayAwardData_CompareOpImplementations§
Source§impl RelayAwardData_Info
impl RelayAwardData_Info
Sourcepub fn ctor(
&mut self,
raid: impl Into<Il2CppString>,
kind: impl Into<UnitRecord_Kinds>,
comp: impl Into<RelayAwardData_CompareOp>,
)
pub fn ctor( &mut self, raid: impl Into<Il2CppString>, kind: impl Into<UnitRecord_Kinds>, comp: impl Into<RelayAwardData_CompareOp>, )
.ctor(::unity::Il2CppString, crate::app::unitrecord::UnitRecord_Kinds, crate::app::relayawarddata::RelayAwardData_CompareOp) overload
Source§impl RelayAwardData_Info
impl RelayAwardData_Info
pub fn ctor_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for RelayAwardData_Info
impl ClassIdentity for RelayAwardData_Info
Source§impl Clone for RelayAwardData_Info
impl Clone for RelayAwardData_Info
Source§fn clone(&self) -> RelayAwardData_Info
fn clone(&self) -> RelayAwardData_Info
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 RelayAwardData_Info
Auto Trait Implementations§
impl Freeze for RelayAwardData_Info
impl RefUnwindSafe for RelayAwardData_Info
impl !Send for RelayAwardData_Info
impl !Sync for RelayAwardData_Info
impl Unpin for RelayAwardData_Info
impl UnwindSafe for RelayAwardData_Info
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)