pub struct WindowsFetchDataWatchdogOutcome { /* private fields */ }Expand description
Result of one host watchdog poll.
Implementations§
Source§impl WindowsFetchDataWatchdogOutcome
impl WindowsFetchDataWatchdogOutcome
Sourcepub const fn cancelled(self) -> usize
pub const fn cancelled(self) -> usize
Returns waiters whose cancellation won the core terminal race.
Sourcepub const fn already_cancelled(self) -> usize
pub const fn already_cancelled(self) -> usize
Returns waiters that were already cancelled before this poll.
Sourcepub const fn already_completed(self) -> usize
pub const fn already_completed(self) -> usize
Returns waiters that completed before the watchdog cancellation.
Trait Implementations§
Source§impl Clone for WindowsFetchDataWatchdogOutcome
impl Clone for WindowsFetchDataWatchdogOutcome
Source§fn clone(&self) -> WindowsFetchDataWatchdogOutcome
fn clone(&self) -> WindowsFetchDataWatchdogOutcome
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 Default for WindowsFetchDataWatchdogOutcome
impl Default for WindowsFetchDataWatchdogOutcome
Source§fn default() -> WindowsFetchDataWatchdogOutcome
fn default() -> WindowsFetchDataWatchdogOutcome
Returns the “default value” for a type. Read more
Source§impl PartialEq for WindowsFetchDataWatchdogOutcome
impl PartialEq for WindowsFetchDataWatchdogOutcome
Source§fn eq(&self, other: &WindowsFetchDataWatchdogOutcome) -> bool
fn eq(&self, other: &WindowsFetchDataWatchdogOutcome) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for WindowsFetchDataWatchdogOutcome
impl Eq for WindowsFetchDataWatchdogOutcome
impl StructuralPartialEq for WindowsFetchDataWatchdogOutcome
Auto Trait Implementations§
impl Freeze for WindowsFetchDataWatchdogOutcome
impl RefUnwindSafe for WindowsFetchDataWatchdogOutcome
impl Send for WindowsFetchDataWatchdogOutcome
impl Sync for WindowsFetchDataWatchdogOutcome
impl Unpin for WindowsFetchDataWatchdogOutcome
impl UnwindSafe for WindowsFetchDataWatchdogOutcome
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