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
sourceimpl Clone for LocalBehaviorTypeId
impl Clone for LocalBehaviorTypeId
sourcefn clone(&self) -> LocalBehaviorTypeId
fn clone(&self) -> LocalBehaviorTypeId
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for LocalBehaviorTypeId
impl Debug for LocalBehaviorTypeId
sourceimpl Hash for LocalBehaviorTypeId
impl Hash for LocalBehaviorTypeId
sourceimpl PartialEq<LocalBehaviorTypeId> for LocalBehaviorTypeId
impl PartialEq<LocalBehaviorTypeId> for LocalBehaviorTypeId
sourcefn eq(&self, other: &LocalBehaviorTypeId) -> bool
fn eq(&self, other: &LocalBehaviorTypeId) -> bool
impl Copy for LocalBehaviorTypeId
impl Eq for LocalBehaviorTypeId
impl StructuralEq for LocalBehaviorTypeId
impl StructuralPartialEq for LocalBehaviorTypeId
Auto Trait Implementations
impl RefUnwindSafe for LocalBehaviorTypeId
impl Send for LocalBehaviorTypeId
impl Sync for LocalBehaviorTypeId
impl Unpin for LocalBehaviorTypeId
impl UnwindSafe for LocalBehaviorTypeId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
