#[repr(C)]
pub struct session_t__bindgen_ty_1 { pub sa: __BindgenUnionField<sockaddr>, pub st: __BindgenUnionField<sockaddr_storage>, pub sin: __BindgenUnionField<sockaddr_in>, pub sin6: __BindgenUnionField<sockaddr_in6>, pub bindgen_union_field: [u64; 16], }

Fields

sa: __BindgenUnionField<sockaddr>st: __BindgenUnionField<sockaddr_storage>sin: __BindgenUnionField<sockaddr_in>sin6: __BindgenUnionField<sockaddr_in6>bindgen_union_field: [u64; 16]

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.