pub struct CallbackSlot(pub usize);Expand description
Declaration-order callback slot within one extracted component.
Tuple Fields§
§0: usizeImplementations§
Trait Implementations§
Source§impl Clone for CallbackSlot
impl Clone for CallbackSlot
Source§fn clone(&self) -> CallbackSlot
fn clone(&self) -> CallbackSlot
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 CallbackSlot
impl Debug for CallbackSlot
Source§impl Hash for CallbackSlot
impl Hash for CallbackSlot
Source§impl PartialEq for CallbackSlot
impl PartialEq for CallbackSlot
impl Copy for CallbackSlot
impl Eq for CallbackSlot
impl StructuralPartialEq for CallbackSlot
Auto Trait Implementations§
impl Freeze for CallbackSlot
impl RefUnwindSafe for CallbackSlot
impl Send for CallbackSlot
impl Sync for CallbackSlot
impl Unpin for CallbackSlot
impl UnsafeUnpin for CallbackSlot
impl UnwindSafe for CallbackSlot
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