Struct calloop::ping::Ping [−][src]
pub struct Ping { /* fields omitted */ }
Expand description
The Ping handle
This handle can be cloned and sent accross threads. It can be used to
send pings to the PingSource
.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Ping
impl UnwindSafe for Ping
Blanket Implementations
Mutably borrows from an owned value. Read more