#[repr(C)]
pub union wg_allowedip__bindgen_ty_1 {
pub ip4: in_addr,
pub ip6: in6_addr,
/* private fields */
}Fields§
§ip4: in_addr§ip6: in6_addrTrait Implementations§
Auto Trait Implementations§
impl Freeze for wg_allowedip__bindgen_ty_1
impl RefUnwindSafe for wg_allowedip__bindgen_ty_1
impl Send for wg_allowedip__bindgen_ty_1
impl Sync for wg_allowedip__bindgen_ty_1
impl Unpin for wg_allowedip__bindgen_ty_1
impl UnwindSafe for wg_allowedip__bindgen_ty_1
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