Enum naia_shared::ChannelDirection
source · pub enum ChannelDirection {
ClientToServer,
ServerToClient,
Bidirectional,
}Variants§
Trait Implementations§
source§impl Clone for ChannelDirection
impl Clone for ChannelDirection
source§fn clone(&self) -> ChannelDirection
fn clone(&self) -> ChannelDirection
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 PartialEq<ChannelDirection> for ChannelDirection
impl PartialEq<ChannelDirection> for ChannelDirection
source§fn eq(&self, other: &ChannelDirection) -> bool
fn eq(&self, other: &ChannelDirection) -> bool
This method tests for
self and other values to be equal, and is used
by ==.