#[repr(C)]
pub union wg_peer__bindgen_ty_1 {
pub addr: sockaddr,
pub addr4: sockaddr_in,
pub addr6: sockaddr_in6,
/* private fields */
}Fields§
§addr: sockaddr§addr4: sockaddr_in§addr6: sockaddr_in6Trait Implementations§
Auto Trait Implementations§
impl Freeze for wg_peer__bindgen_ty_1
impl RefUnwindSafe for wg_peer__bindgen_ty_1
impl Send for wg_peer__bindgen_ty_1
impl Sync for wg_peer__bindgen_ty_1
impl Unpin for wg_peer__bindgen_ty_1
impl UnwindSafe for wg_peer__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