#[repr(u8)]pub enum Universe {
Invalid = 0,
Public = 1,
Beta = 2,
Internal = 3,
Dev = 4,
}Expand description
Steam universe types.
Variants§
Implementations§
Trait Implementations§
impl Copy for Universe
impl Eq for Universe
impl StructuralPartialEq for Universe
Auto Trait Implementations§
impl Freeze for Universe
impl RefUnwindSafe for Universe
impl Send for Universe
impl Sync for Universe
impl Unpin for Universe
impl UnsafeUnpin for Universe
impl UnwindSafe for Universe
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