pub struct IpStackConfig {
pub mtu: u16,
pub tcp_timeout: Duration,
pub udp_timeout: Duration,
}
Fields§
§mtu: u16
§tcp_timeout: Duration
§udp_timeout: Duration
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IpStackConfig
impl RefUnwindSafe for IpStackConfig
impl Send for IpStackConfig
impl Sync for IpStackConfig
impl Unpin for IpStackConfig
impl UnwindSafe for IpStackConfig
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