Enum base::EventWaitResult 
source · pub enum EventWaitResult {
    Signaled,
    TimedOut,
}Variants§
Trait Implementations§
source§impl Debug for EventWaitResult
 
impl Debug for EventWaitResult
source§impl PartialEq for EventWaitResult
 
impl PartialEq for EventWaitResult
source§fn eq(&self, other: &EventWaitResult) -> bool
 
fn eq(&self, other: &EventWaitResult) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Eq for EventWaitResult
impl StructuralPartialEq for EventWaitResult
Auto Trait Implementations§
impl Freeze for EventWaitResult
impl RefUnwindSafe for EventWaitResult
impl Send for EventWaitResult
impl Sync for EventWaitResult
impl Unpin for EventWaitResult
impl UnwindSafe for EventWaitResult
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