Struct esp_idf_svc::tls::KeepAliveConfig
source · pub struct KeepAliveConfig {
pub enable: bool,
pub idle: Duration,
pub interval: Duration,
pub count: u32,
}
Fields§
§enable: bool
Enable keep-alive timeout
idle: Duration
Keep-alive idle time (second)
interval: Duration
Keep-alive interval time (second)
count: u32
Keep-alive packet retry send count
Trait Implementations§
source§impl Clone for KeepAliveConfig
impl Clone for KeepAliveConfig
source§fn clone(&self) -> KeepAliveConfig
fn clone(&self) -> KeepAliveConfig
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for KeepAliveConfig
impl RefUnwindSafe for KeepAliveConfig
impl Send for KeepAliveConfig
impl Sync for KeepAliveConfig
impl Unpin for KeepAliveConfig
impl UnwindSafe for KeepAliveConfig
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)