AuthorizationRights

Type Alias AuthorizationRights 

Source
pub type AuthorizationRights = AuthorizationItemSet;
Available on crate feature Authorization only.
Expand description

An AuthorizationItemSet representing a set of rights each with an associated argument (value). Each argument value is as defined for the specific right they belong to. Argument values may not contain pointers as the should be copyable to different address spaces.

See also Apple’s documentation

Aliased Type§

#[repr(C)]
pub struct AuthorizationRights { pub count: u32, pub items: *mut AuthorizationItem, }

Fields§

§count: u32§items: *mut AuthorizationItem