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: u16
Trait 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 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl 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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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