Union wgctrl_sys::wg_peer__bindgen_ty_1[][src]

#[repr(C)]
pub union wg_peer__bindgen_ty_1 { pub addr: sockaddr, pub addr4: sockaddr_in, pub addr6: sockaddr_in6, // some fields omitted }

Fields

Trait Implementations

impl Debug for wg_peer__bindgen_ty_1
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations