Enum red4ext_rs::types::GamedataItemStructure
source · #[repr(u8)]pub enum GamedataItemStructure {
BlueprintStackable = 0,
Stackable = 1,
Unique = 2,
Count = 3,
Invalid = 4,
}
Variants§
Trait Implementations§
source§impl Clone for GamedataItemStructure
impl Clone for GamedataItemStructure
source§fn clone(&self) -> GamedataItemStructure
fn clone(&self) -> GamedataItemStructure
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GamedataItemStructure
impl Debug for GamedataItemStructure
source§impl Default for GamedataItemStructure
impl Default for GamedataItemStructure
source§fn default() -> GamedataItemStructure
fn default() -> GamedataItemStructure
Returns the “default value” for a type. Read more
source§impl From<u8> for GamedataItemStructure
impl From<u8> for GamedataItemStructure
source§impl PartialEq for GamedataItemStructure
impl PartialEq for GamedataItemStructure
source§fn eq(&self, other: &GamedataItemStructure) -> bool
fn eq(&self, other: &GamedataItemStructure) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for GamedataItemStructure
impl PartialOrd for GamedataItemStructure
source§fn partial_cmp(&self, other: &GamedataItemStructure) -> Option<Ordering>
fn partial_cmp(&self, other: &GamedataItemStructure) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for GamedataItemStructure
impl Eq for GamedataItemStructure
impl StructuralPartialEq for GamedataItemStructure
Auto Trait Implementations§
impl Freeze for GamedataItemStructure
impl RefUnwindSafe for GamedataItemStructure
impl Send for GamedataItemStructure
impl Sync for GamedataItemStructure
impl Unpin for GamedataItemStructure
impl UnwindSafe for GamedataItemStructure
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more