#[repr(C)]pub struct ClientKeepAlive {
pub nConnectionLostMSec: INT32,
pub nTcpKeepAliveIntervalMSec: INT32,
pub nUdpKeepAliveIntervalMSec: INT32,
pub nUdpKeepAliveRTXMSec: INT32,
pub nUdpConnectRTXMSec: INT32,
pub nUdpConnectTimeoutMSec: INT32,
}Fields§
§nConnectionLostMSec: INT32§nTcpKeepAliveIntervalMSec: INT32§nUdpKeepAliveIntervalMSec: INT32§nUdpKeepAliveRTXMSec: INT32§nUdpConnectRTXMSec: INT32§nUdpConnectTimeoutMSec: INT32Trait Implementations§
Source§impl Clone for ClientKeepAlive
impl Clone for ClientKeepAlive
Source§fn clone(&self) -> ClientKeepAlive
fn clone(&self) -> ClientKeepAlive
Returns a duplicate 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 ClientKeepAlive
impl Debug for ClientKeepAlive
Source§impl Default for ClientKeepAlive
impl Default for ClientKeepAlive
Source§fn default() -> ClientKeepAlive
fn default() -> ClientKeepAlive
Returns the “default value” for a type. Read more
impl Copy for ClientKeepAlive
Auto Trait Implementations§
impl Freeze for ClientKeepAlive
impl RefUnwindSafe for ClientKeepAlive
impl Send for ClientKeepAlive
impl Sync for ClientKeepAlive
impl Unpin for ClientKeepAlive
impl UnwindSafe for ClientKeepAlive
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