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