pub struct CounterId(/* private fields */);Expand description
A type-safe, zero-cost wrapper for a cFE Generic Counter ID.
Implementations§
Trait Implementations§
impl Copy for CounterId
impl Eq for CounterId
impl StructuralPartialEq for CounterId
Auto Trait Implementations§
impl Freeze for CounterId
impl RefUnwindSafe for CounterId
impl Send for CounterId
impl Sync for CounterId
impl Unpin for CounterId
impl UnsafeUnpin for CounterId
impl UnwindSafe for CounterId
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