Struct naia_shared::MessageKind
source · pub struct MessageKind { /* private fields */ }Expand description
MessageKind - should be one unique value for each type of Message
Implementations§
Trait Implementations§
source§impl Clone for MessageKind
impl Clone for MessageKind
source§fn clone(&self) -> MessageKind
fn clone(&self) -> MessageKind
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 ConstBitLength for MessageKind
impl ConstBitLength for MessageKind
fn const_bit_length() -> u32
source§impl Hash for MessageKind
impl Hash for MessageKind
source§impl PartialEq<MessageKind> for MessageKind
impl PartialEq<MessageKind> for MessageKind
source§fn eq(&self, other: &MessageKind) -> bool
fn eq(&self, other: &MessageKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.