pub struct TaskwdId(/* private fields */);Expand description
The watchdog’s name for one registration — C’s epicsThreadId in the
monitor API, without the claim that a task is a thread.
Trait Implementations§
impl Copy for TaskwdId
impl Eq for TaskwdId
Source§impl Ord for TaskwdId
impl Ord for TaskwdId
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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for TaskwdId
impl PartialOrd for TaskwdId
impl StructuralPartialEq for TaskwdId
Auto Trait Implementations§
impl Freeze for TaskwdId
impl RefUnwindSafe for TaskwdId
impl Send for TaskwdId
impl Sync for TaskwdId
impl Unpin for TaskwdId
impl UnsafeUnpin for TaskwdId
impl UnwindSafe for TaskwdId
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