Struct security_framework::authorization::AuthorizationItemSetStorage[][src]

pub struct AuthorizationItemSetStorage {
    pub set: AuthorizationItemSet,
    // some fields omitted
}
Expand description

Used by AuthorizationItemSetBuilder to store data pointed to by sys::AuthorizationItemSet.

Fields

set: AuthorizationItemSet

Must not be given to APIs which would attempt to modify it.

See AuthorizationItemSet for sets owned by the Security Server which are writable.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

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.