pub struct Waiter { /* private fields */ }
Implementations
sourceimpl Waiter
impl Waiter
pub const fn from(handle: Handle, wait_type: WaiterType) -> Self
pub const fn from_handle(handle: Handle) -> Self
pub const fn from_handle_with_clear(handle: Handle) -> Self
Auto Trait Implementations
impl RefUnwindSafe for Waiter
impl Send for Waiter
impl Sync for Waiter
impl Unpin for Waiter
impl UnwindSafe for Waiter
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more