Enum cubic_protocol::packet::PacketState
source · [−]pub enum PacketState {
Handshake,
Status,
Login,
Play,
}
Variants
Handshake
Status
Login
Play
Trait Implementations
sourceimpl Clone for PacketState
impl Clone for PacketState
sourcefn clone(&self) -> PacketState
fn clone(&self) -> PacketState
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for PacketState
impl Debug for PacketState
sourceimpl PartialEq<PacketState> for PacketState
impl PartialEq<PacketState> for PacketState
impl Copy for PacketState
impl StructuralPartialEq for PacketState
Auto Trait Implementations
impl RefUnwindSafe for PacketState
impl Send for PacketState
impl Sync for PacketState
impl Unpin for PacketState
impl UnwindSafe for PacketState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more