#[repr(u32)]pub enum EUniverse {
k_EUniverseInvalid = 0,
k_EUniversePublic = 1,
k_EUniverseBeta = 2,
k_EUniverseInternal = 3,
k_EUniverseDev = 4,
k_EUniverseMax = 5,
}
Variants§
k_EUniverseInvalid = 0
k_EUniversePublic = 1
k_EUniverseBeta = 2
k_EUniverseInternal = 3
k_EUniverseDev = 4
k_EUniverseMax = 5
Trait Implementations§
Source§impl Ord for EUniverse
impl Ord for EUniverse
Source§impl PartialOrd for EUniverse
impl PartialOrd for EUniverse
impl Copy for EUniverse
impl Eq for EUniverse
impl StructuralPartialEq for EUniverse
Auto Trait Implementations§
impl Freeze for EUniverse
impl RefUnwindSafe for EUniverse
impl Send for EUniverse
impl Sync for EUniverse
impl Unpin for EUniverse
impl UnwindSafe for EUniverse
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