Enum minecraft_data::handshake_c2s
source · #[repr(u8)]pub enum handshake_c2s {
Handshake = 0,
}Variants§
Handshake = 0
Implementations§
Trait Implementations§
source§impl Clone for handshake_c2s
impl Clone for handshake_c2s
source§fn clone(&self) -> handshake_c2s
fn clone(&self) -> handshake_c2s
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 handshake_c2s
impl Debug for handshake_c2s
source§impl Display for handshake_c2s
impl Display for handshake_c2s
source§impl Hash for handshake_c2s
impl Hash for handshake_c2s
source§impl PartialEq for handshake_c2s
impl PartialEq for handshake_c2s
source§fn eq(&self, other: &handshake_c2s) -> bool
fn eq(&self, other: &handshake_c2s) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Write for handshake_c2s
impl Write for handshake_c2s
impl Copy for handshake_c2s
impl Eq for handshake_c2s
impl StructuralEq for handshake_c2s
impl StructuralPartialEq for handshake_c2s
Auto Trait Implementations§
impl RefUnwindSafe for handshake_c2s
impl Send for handshake_c2s
impl Sync for handshake_c2s
impl Unpin for handshake_c2s
impl UnwindSafe for handshake_c2s
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