pub(crate) struct Handle {
pub(crate) io: IoHandle,
pub(crate) signal: (),
pub(crate) time: Option<Handle>,
pub(crate) clock: Clock,
}
Fields§
§io: IoHandle
IO driver handle
signal: ()
Signal driver handle
time: Option<Handle>
Time driver handle
clock: Clock
Source of Instant::now()
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Handle
impl RefUnwindSafe for Handle
impl Send for Handle
impl Sync for Handle
impl Unpin for Handle
impl UnwindSafe for Handle
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