Struct ark_module::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 more