#[repr(C)]
pub struct AuthorizationItem(_);
Expand description
Information about an authorization right or the environment.
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.
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.