pub struct TimerConfig {
pub max_t1_init_retrans: usize,
pub max_t1_cookie_retrans: usize,
pub max_t2_shutdown_retrans: usize,
pub max_t3_rtx_retrans: usize,
pub max_reconfig_retrans: usize,
pub max_ack_retrans: usize,
}
Fields§
§max_t1_init_retrans: usize
§max_t2_shutdown_retrans: usize
§max_t3_rtx_retrans: usize
§max_reconfig_retrans: usize
§max_ack_retrans: usize
Trait Implementations§
Source§impl Clone for TimerConfig
impl Clone for TimerConfig
Source§fn clone(&self) -> TimerConfig
fn clone(&self) -> TimerConfig
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 TimerConfig
impl Debug for TimerConfig
Source§impl Default for TimerConfig
impl Default for TimerConfig
impl Copy for TimerConfig
Auto Trait Implementations§
impl Freeze for TimerConfig
impl RefUnwindSafe for TimerConfig
impl Send for TimerConfig
impl Sync for TimerConfig
impl Unpin for TimerConfig
impl UnwindSafe for TimerConfig
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