#[repr(C)]
pub struct rdma_addr__bindgen_ty_2 { pub dst_addr: __BindgenUnionField<sockaddr>, pub dst_sin: __BindgenUnionField<sockaddr_in>, pub dst_sin6: __BindgenUnionField<sockaddr_in6>, pub dst_storage: __BindgenUnionField<sockaddr_storage>, pub bindgen_union_field: [u64; 16], }

Fields

dst_addr: __BindgenUnionField<sockaddr>dst_sin: __BindgenUnionField<sockaddr_in>dst_sin6: __BindgenUnionField<sockaddr_in6>dst_storage: __BindgenUnionField<sockaddr_storage>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.