pub struct UdpPingSession(_);Implementations§
source§impl UdpPingSession
impl UdpPingSession
pub fn new( stack: Weak<StackImpl>, gen_seq: Arc<TempSeqGenerator>, params: UdpSesssionParams ) -> Self
Trait Implementations§
source§impl Clone for UdpPingSession
impl Clone for UdpPingSession
source§fn clone(&self) -> UdpPingSession
fn clone(&self) -> UdpPingSession
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 more