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