pub struct ResetId(/* private fields */);Expand description
Reset signal id
Implementations§
Trait Implementations§
impl Copy for ResetId
impl Eq for ResetId
Source§impl Ord for ResetId
impl Ord for ResetId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for ResetId
impl PartialOrd for ResetId
impl StructuralPartialEq for ResetId
Auto Trait Implementations§
impl Freeze for ResetId
impl RefUnwindSafe for ResetId
impl Send for ResetId
impl Sync for ResetId
impl Unpin for ResetId
impl UnsafeUnpin for ResetId
impl UnwindSafe for ResetId
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