pub struct SocketCred(_);
🔬 This is a nightly-only experimental API. (unix_socket_ancillary_data #76915)
Available on Unix only.
Expand description

Unix credential.

Implementations

🔬 This is a nightly-only experimental API. (unix_socket_ancillary_data #76915)
Available on (Android or DragonFly BSD or Emscripten or FreeBSD or Linux or NetBSD or OpenBSD) and (Android or Linux) only.

Create a Unix credential struct.

PID, UID and GID is set to 0.

🔬 This is a nightly-only experimental API. (unix_socket_ancillary_data #76915)
Available on (Android or DragonFly BSD or Emscripten or FreeBSD or Linux or NetBSD or OpenBSD) and (Android or Linux) only.

Set the PID.

🔬 This is a nightly-only experimental API. (unix_socket_ancillary_data #76915)
Available on (Android or DragonFly BSD or Emscripten or FreeBSD or Linux or NetBSD or OpenBSD) and (Android or Linux) only.

Get the current PID.

🔬 This is a nightly-only experimental API. (unix_socket_ancillary_data #76915)
Available on (Android or DragonFly BSD or Emscripten or FreeBSD or Linux or NetBSD or OpenBSD) and (Android or Linux) only.

Set the UID.

🔬 This is a nightly-only experimental API. (unix_socket_ancillary_data #76915)
Available on (Android or DragonFly BSD or Emscripten or FreeBSD or Linux or NetBSD or OpenBSD) and (Android or Linux) only.

Get the current UID.

🔬 This is a nightly-only experimental API. (unix_socket_ancillary_data #76915)
Available on (Android or DragonFly BSD or Emscripten or FreeBSD or Linux or NetBSD or OpenBSD) and (Android or Linux) only.

Set the GID.

🔬 This is a nightly-only experimental API. (unix_socket_ancillary_data #76915)
Available on (Android or DragonFly BSD or Emscripten or FreeBSD or Linux or NetBSD or OpenBSD) and (Android or Linux) only.

Get the current GID.

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

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 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 #41263)

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.