pub struct AuthorizationItemSetStorage {
pub set: AuthorizationItemSet,
/* private fields */
}Expand description
Used by AuthorizationItemSetBuilder to store data pointed to by
sys::AuthorizationItemSet.
Fields
set: AuthorizationItemSetMust not be given to APIs which would attempt to modify it.
See AuthorizationItemSet for sets owned by the Security Server which
are writable.