Struct ya_relay_stack::socket::SocketMemory
source · Fields§
§tx: Memory§rx: MemoryImplementations§
source§impl SocketMemory
impl SocketMemory
pub fn default_tcp() -> Self
pub fn default_udp() -> Self
pub fn default_icmp() -> Self
pub fn default_raw() -> Self
Trait Implementations§
source§impl Clone for SocketMemory
impl Clone for SocketMemory
source§fn clone(&self) -> SocketMemory
fn clone(&self) -> SocketMemory
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