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).
Auto Trait Implementations
impl RefUnwindSafe for AuthorizationItemimpl !Send for AuthorizationItemimpl !Sync for AuthorizationItemimpl Unpin for AuthorizationItemimpl UnwindSafe for AuthorizationItem