Struct surge_ping::AsyncSocket
source · pub struct AsyncSocket { /* private fields */ }Implementations§
source§impl AsyncSocket
impl AsyncSocket
pub fn new(config: &Config) -> Result<Self>
pub async fn recv_from(&self, buf: &mut [u8]) -> Result<(usize, SocketAddr)>
pub async fn send_to( &self, buf: &mut [u8], target: &SocketAddr ) -> Result<usize>
pub fn local_addr(&self) -> Result<SocketAddr>
pub fn get_type(&self) -> SockType
pub fn get_native_sock(&self) -> RawFd
Trait Implementations§
source§impl Clone for AsyncSocket
impl Clone for AsyncSocket
source§fn clone(&self) -> AsyncSocket
fn clone(&self) -> AsyncSocket
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