#[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_allowedipTrait Implementations§
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