Struct ark_api::behavior::LocalBehaviorTypeId
source · pub struct LocalBehaviorTypeId(pub u16);Expand description
An index of the behavior type, local to a behavior module.
Tuple Fields§
§0: u16Trait Implementations§
source§impl Clone for LocalBehaviorTypeId
impl Clone for LocalBehaviorTypeId
source§fn clone(&self) -> LocalBehaviorTypeId
fn clone(&self) -> LocalBehaviorTypeId
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 LocalBehaviorTypeId
impl Debug for LocalBehaviorTypeId
source§impl Hash for LocalBehaviorTypeId
impl Hash for LocalBehaviorTypeId
source§impl PartialEq<LocalBehaviorTypeId> for LocalBehaviorTypeId
impl PartialEq<LocalBehaviorTypeId> for LocalBehaviorTypeId
source§fn eq(&self, other: &LocalBehaviorTypeId) -> bool
fn eq(&self, other: &LocalBehaviorTypeId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.