#[repr(transparent)]
pub struct Credential(_);
Expand description

Wraps the kernel’s struct cred.

Invariants

Instances of this type are always ref-counted, that is, a call to get_cred ensures that the allocation remains valid at least until the matching call to put_cred.

Trait Implementations

Increments the reference count on the object.

Decrements the reference count on the object. 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 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.