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 duplicate 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 LocalBehaviorTypeId
impl Debug for LocalBehaviorTypeId
Source§impl Hash for LocalBehaviorTypeId
impl Hash for LocalBehaviorTypeId
Source§impl PartialEq for LocalBehaviorTypeId
impl PartialEq for LocalBehaviorTypeId
impl Copy for LocalBehaviorTypeId
impl Eq for LocalBehaviorTypeId
impl StructuralPartialEq for LocalBehaviorTypeId
Auto Trait Implementations§
impl Freeze for LocalBehaviorTypeId
impl RefUnwindSafe for LocalBehaviorTypeId
impl Send for LocalBehaviorTypeId
impl Sync for LocalBehaviorTypeId
impl Unpin for LocalBehaviorTypeId
impl UnwindSafe for LocalBehaviorTypeId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more