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