Struct security_framework::authorization::AuthorizationItem[][src]

#[repr(C)]
pub struct AuthorizationItem(_);
Expand description

Information about an authorization right or the environment.

Implementations

The required name of the authorization right or environment data.

If name isn’t convertable to a CString it will return Err(errSecConversionError).

The information pertaining to the name field. Do not rely on NULL termination of string data.

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 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.