pub struct DispatchSource { /* private fields */ }Available on crate feature
dispatch only.Expand description
Minimal timer-backed DispatchSource wrapper.
Implementations§
Trait Implementations§
Source§impl Clone for DispatchSource
impl Clone for DispatchSource
Source§impl Debug for DispatchSource
impl Debug for DispatchSource
Source§impl Drop for DispatchSource
impl Drop for DispatchSource
Source§impl Hash for DispatchSource
impl Hash for DispatchSource
Source§impl PartialEq for DispatchSource
impl PartialEq for DispatchSource
Source§fn eq(&self, other: &DispatchSource) -> bool
fn eq(&self, other: &DispatchSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DispatchSource
impl Send for DispatchSource
impl StructuralPartialEq for DispatchSource
impl Sync for DispatchSource
Auto Trait Implementations§
impl Freeze for DispatchSource
impl RefUnwindSafe for DispatchSource
impl Unpin for DispatchSource
impl UnsafeUnpin for DispatchSource
impl UnwindSafe for DispatchSource
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