Union phper_sys::__SOCKADDR_ARG[][src]

#[repr(C)]
pub union __SOCKADDR_ARG {
Show fields pub __sockaddr__: *mut sockaddr, pub __sockaddr_at__: *mut sockaddr_at, pub __sockaddr_ax25__: *mut sockaddr_ax25, pub __sockaddr_dl__: *mut sockaddr_dl, pub __sockaddr_eon__: *mut sockaddr_eon, pub __sockaddr_in__: *mut sockaddr_in, pub __sockaddr_in6__: *mut sockaddr_in6, pub __sockaddr_inarp__: *mut sockaddr_inarp, pub __sockaddr_ipx__: *mut sockaddr_ipx, pub __sockaddr_iso__: *mut sockaddr_iso, pub __sockaddr_ns__: *mut sockaddr_ns, pub __sockaddr_un__: *mut sockaddr_un, pub __sockaddr_x25__: *mut sockaddr_x25, // some fields omitted
}

Fields

__sockaddr__: *mut sockaddr__sockaddr_at__: *mut sockaddr_at__sockaddr_ax25__: *mut sockaddr_ax25__sockaddr_dl__: *mut sockaddr_dl__sockaddr_eon__: *mut sockaddr_eon__sockaddr_in__: *mut sockaddr_in__sockaddr_in6__: *mut sockaddr_in6__sockaddr_inarp__: *mut sockaddr_inarp__sockaddr_ipx__: *mut sockaddr_ipx__sockaddr_iso__: *mut sockaddr_iso__sockaddr_ns__: *mut sockaddr_ns__sockaddr_un__: *mut sockaddr_un__sockaddr_x25__: *mut sockaddr_x25

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.