Struct wasix::AddrIp4Port
source · #[repr(C)]pub struct AddrIp4Port {
pub port: IpPort,
pub addr: AddrIp4,
}Fields§
§port: IpPort§addr: AddrIp4Trait Implementations§
source§impl Clone for AddrIp4Port
impl Clone for AddrIp4Port
source§fn clone(&self) -> AddrIp4Port
fn clone(&self) -> AddrIp4Port
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