Struct ark_api::behavior::LocalBehaviorInstanceId
source · pub struct LocalBehaviorInstanceId(pub u32);Expand description
A behavior instance index. May not be unique overall, but must form unique pairs with the
corresponding LocalBehaviorTypeId of the instance’s type, resulting in a ForeignBehaviorInstanceId.
Tuple Fields§
§0: u32Trait Implementations§
source§impl Clone for LocalBehaviorInstanceId
impl Clone for LocalBehaviorInstanceId
source§fn clone(&self) -> LocalBehaviorInstanceId
fn clone(&self) -> LocalBehaviorInstanceId
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 LocalBehaviorInstanceId
impl Debug for LocalBehaviorInstanceId
source§impl Hash for LocalBehaviorInstanceId
impl Hash for LocalBehaviorInstanceId
source§impl PartialEq<LocalBehaviorInstanceId> for LocalBehaviorInstanceId
impl PartialEq<LocalBehaviorInstanceId> for LocalBehaviorInstanceId
source§fn eq(&self, other: &LocalBehaviorInstanceId) -> bool
fn eq(&self, other: &LocalBehaviorInstanceId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.