Struct wgctrl_sys::wg_allowedip[][src]

#[repr(C)]
pub struct wg_allowedip { pub family: u16, pub __bindgen_anon_1: wg_allowedip__bindgen_ty_1, pub cidr: u8, pub next_allowedip: *mut wg_allowedip, }

Fields

Trait Implementations

impl Debug for wg_allowedip
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for wg_allowedip

impl !Sync for wg_allowedip