pub struct HandleId(pub usize);Expand description
Opaque handle identifier returned by registration methods.
Used with Trigger::One and HandleSet for type-safe trigger
configuration. The inner value is the entry slot index.
Tuple Fields§
§0: usizeTrait Implementations§
impl Copy for HandleId
impl Eq for HandleId
impl StructuralPartialEq for HandleId
Auto Trait Implementations§
impl Freeze for HandleId
impl RefUnwindSafe for HandleId
impl Send for HandleId
impl Sync for HandleId
impl Unpin for HandleId
impl UnsafeUnpin for HandleId
impl UnwindSafe for HandleId
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