Enum red4ext_rs::types::GameEItemIdFlag
source · #[repr(u8)]pub enum GameEItemIdFlag {
None = 0,
Preview = 1,
}
Expand description
see gameEItemIDFlag and CET initialization.
Variants§
Trait Implementations§
source§impl Clone for GameEItemIdFlag
impl Clone for GameEItemIdFlag
source§fn clone(&self) -> GameEItemIdFlag
fn clone(&self) -> GameEItemIdFlag
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 GameEItemIdFlag
impl Debug for GameEItemIdFlag
source§impl Default for GameEItemIdFlag
impl Default for GameEItemIdFlag
source§fn default() -> GameEItemIdFlag
fn default() -> GameEItemIdFlag
Returns the “default value” for a type. Read more
source§impl From<u8> for GameEItemIdFlag
impl From<u8> for GameEItemIdFlag
source§impl PartialEq for GameEItemIdFlag
impl PartialEq for GameEItemIdFlag
source§fn eq(&self, other: &GameEItemIdFlag) -> bool
fn eq(&self, other: &GameEItemIdFlag) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for GameEItemIdFlag
impl PartialOrd for GameEItemIdFlag
source§fn partial_cmp(&self, other: &GameEItemIdFlag) -> Option<Ordering>
fn partial_cmp(&self, other: &GameEItemIdFlag) -> 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 GameEItemIdFlag
impl Eq for GameEItemIdFlag
impl StructuralPartialEq for GameEItemIdFlag
Auto Trait Implementations§
impl Freeze for GameEItemIdFlag
impl RefUnwindSafe for GameEItemIdFlag
impl Send for GameEItemIdFlag
impl Sync for GameEItemIdFlag
impl Unpin for GameEItemIdFlag
impl UnwindSafe for GameEItemIdFlag
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