pub struct Wireguard { /* private fields */ }Expand description
WireGuard protocol state.
Used for WireGuard device configuration via Generic Netlink. Contains the resolved WireGuard family ID.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Wireguard
impl RefUnwindSafe for Wireguard
impl Send for Wireguard
impl Sync for Wireguard
impl Unpin for Wireguard
impl UnwindSafe for Wireguard
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more