pub enum MultiplayerCount {
Two = 2,
Three = 3,
Four = 4,
}
Variants§
Trait Implementations§
Source§impl Clone for MultiplayerCount
impl Clone for MultiplayerCount
Source§fn clone(&self) -> MultiplayerCount
fn clone(&self) -> MultiplayerCount
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 MultiplayerCount
impl Debug for MultiplayerCount
Source§impl PartialEq for MultiplayerCount
impl PartialEq for MultiplayerCount
impl Copy for MultiplayerCount
impl StructuralPartialEq for MultiplayerCount
Auto Trait Implementations§
impl Freeze for MultiplayerCount
impl RefUnwindSafe for MultiplayerCount
impl Send for MultiplayerCount
impl Sync for MultiplayerCount
impl Unpin for MultiplayerCount
impl UnwindSafe for MultiplayerCount
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