#[repr(C)]pub struct ShopDataBase_1_AttributeType<T0: ClassIdentity> {
pub value: i32,
pub _phantom: PhantomData<T0>,
}Expand description
Fields§
§value: i32§_phantom: PhantomData<T0>Implementations§
Source§impl<T0: ClassIdentity> ShopDataBase_1_AttributeType<T0>
impl<T0: ClassIdentity> ShopDataBase_1_AttributeType<T0>
pub fn none() -> Self
pub fn random_gift() -> Self
Trait Implementations§
Source§impl<T0: ClassIdentity> ClassIdentity for ShopDataBase_1_AttributeType<T0>
impl<T0: ClassIdentity> ClassIdentity for ShopDataBase_1_AttributeType<T0>
Source§impl<T0: Clone + ClassIdentity> Clone for ShopDataBase_1_AttributeType<T0>
impl<T0: Clone + ClassIdentity> Clone for ShopDataBase_1_AttributeType<T0>
Source§fn clone(&self) -> ShopDataBase_1_AttributeType<T0>
fn clone(&self) -> ShopDataBase_1_AttributeType<T0>
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 moreSource§impl<T0: Debug + ClassIdentity> Debug for ShopDataBase_1_AttributeType<T0>
impl<T0: Debug + ClassIdentity> Debug for ShopDataBase_1_AttributeType<T0>
Source§impl<T0: ClassIdentity> IlType for ShopDataBase_1_AttributeType<T0>
impl<T0: ClassIdentity> IlType for ShopDataBase_1_AttributeType<T0>
Source§impl<T0: PartialEq + ClassIdentity> PartialEq for ShopDataBase_1_AttributeType<T0>
impl<T0: PartialEq + ClassIdentity> PartialEq for ShopDataBase_1_AttributeType<T0>
impl<T0: Copy + ClassIdentity> Copy for ShopDataBase_1_AttributeType<T0>
impl<T0: Eq + ClassIdentity> Eq for ShopDataBase_1_AttributeType<T0>
impl<T0: ClassIdentity> StructuralPartialEq for ShopDataBase_1_AttributeType<T0>
Auto Trait Implementations§
impl<T0> Freeze for ShopDataBase_1_AttributeType<T0>
impl<T0> RefUnwindSafe for ShopDataBase_1_AttributeType<T0>where
T0: RefUnwindSafe,
impl<T0> Send for ShopDataBase_1_AttributeType<T0>where
T0: Send,
impl<T0> Sync for ShopDataBase_1_AttributeType<T0>where
T0: Sync,
impl<T0> Unpin for ShopDataBase_1_AttributeType<T0>where
T0: Unpin,
impl<T0> UnwindSafe for ShopDataBase_1_AttributeType<T0>where
T0: UnwindSafe,
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)