Union wgctrl_sys::wg_allowedip__bindgen_ty_1[][src]

#[repr(C)]
pub union wg_allowedip__bindgen_ty_1 { pub ip4: in_addr, pub ip6: in6_addr, // some fields omitted }

Fields

Trait Implementations

impl Debug for wg_allowedip__bindgen_ty_1
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations