pub struct AuraKey {
aura: AuraIdx,
source: ActorId,
affected: ActorId,
on: AuraOn,
}Expand description
Collision-free identity for one aura instance.
Fields§
§aura: AuraIdx§source: ActorId§affected: ActorId§on: AuraOnImplementations§
Trait Implementations§
impl Copy for AuraKey
impl Eq for AuraKey
impl StructuralPartialEq for AuraKey
Auto Trait Implementations§
impl Freeze for AuraKey
impl RefUnwindSafe for AuraKey
impl Send for AuraKey
impl Sync for AuraKey
impl Unpin for AuraKey
impl UnsafeUnpin for AuraKey
impl UnwindSafe for AuraKey
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