Struct wasix::AddrUnspecCidr
source · #[repr(C)]pub struct AddrUnspecCidr {
pub addr: AddrUnspec,
pub prefix: u8,
}Fields§
§addr: AddrUnspec§prefix: u8Trait Implementations§
source§impl Clone for AddrUnspecCidr
impl Clone for AddrUnspecCidr
source§fn clone(&self) -> AddrUnspecCidr
fn clone(&self) -> AddrUnspecCidr
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