Struct s2n_quic_core::event::builder::PlatformEventLoopSleep
source · pub struct PlatformEventLoopSleep {
pub timeout: Option<Duration>,
pub processing_duration: Duration,
}Fields§
§timeout: Option<Duration>The next time at which the event loop will wake
processing_duration: DurationThe amount of time spent processing endpoint events in a single event loop
Trait Implementations§
source§impl Clone for PlatformEventLoopSleep
impl Clone for PlatformEventLoopSleep
source§fn clone(&self) -> PlatformEventLoopSleep
fn clone(&self) -> PlatformEventLoopSleep
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for PlatformEventLoopSleep
impl Debug for PlatformEventLoopSleep
source§impl IntoEvent<PlatformEventLoopSleep> for PlatformEventLoopSleep
impl IntoEvent<PlatformEventLoopSleep> for PlatformEventLoopSleep
fn into_event(self) -> PlatformEventLoopSleep
Auto Trait Implementations§
impl RefUnwindSafe for PlatformEventLoopSleep
impl Send for PlatformEventLoopSleep
impl Sync for PlatformEventLoopSleep
impl Unpin for PlatformEventLoopSleep
impl UnwindSafe for PlatformEventLoopSleep
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