#[repr(C)]pub struct wg_endpoint {
pub addr: __BindgenUnionField<sockaddr>,
pub addr4: __BindgenUnionField<sockaddr_in>,
pub addr6: __BindgenUnionField<sockaddr_in6>,
pub bindgen_union_field: [u32; 7],
}Fields§
§addr: __BindgenUnionField<sockaddr>§addr4: __BindgenUnionField<sockaddr_in>§addr6: __BindgenUnionField<sockaddr_in6>§bindgen_union_field: [u32; 7]Trait Implementations§
Auto Trait Implementations§
impl Freeze for wg_endpoint
impl RefUnwindSafe for wg_endpoint
impl Send for wg_endpoint
impl Sync for wg_endpoint
impl Unpin for wg_endpoint
impl UnwindSafe for wg_endpoint
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