Struct wgctrl_sys::wg_device[][src]

#[repr(C)]
pub struct wg_device { pub name: [c_char; 16], pub ifindex: u32, pub flags: wg_device_flags, pub public_key: wg_key, pub private_key: wg_key, pub fwmark: u32, pub listen_port: u16, pub first_peer: *mut wg_peer, pub last_peer: *mut wg_peer, }

Fields

Trait Implementations

impl Debug for wg_device
[src]

Formats the value using the given formatter. Read more

impl Copy for wg_device
[src]

impl Clone for wg_device
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for wg_device

impl !Sync for wg_device