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