#[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§
§family: u16
§__bindgen_anon_1: wg_allowedip__bindgen_ty_1
§cidr: u8
§next_allowedip: *mut wg_allowedip
Trait Implementations§
Source§impl Clone for wg_allowedip
impl Clone for wg_allowedip
Source§fn clone(&self) -> wg_allowedip
fn clone(&self) -> wg_allowedip
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for wg_allowedip
impl Debug for wg_allowedip
Source§impl Default for wg_allowedip
impl Default for wg_allowedip
impl Copy for wg_allowedip
Auto Trait Implementations§
impl Freeze for wg_allowedip
impl RefUnwindSafe for wg_allowedip
impl !Send for wg_allowedip
impl !Sync for wg_allowedip
impl Unpin for wg_allowedip
impl UnwindSafe for wg_allowedip
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