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