pub struct AuthorizationItemSetStorage {
pub set: AuthorizationItemSet,
/* private fields */
}
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§
source§impl Debug for AuthorizationItemSetStorage
impl Debug for AuthorizationItemSetStorage
Auto Trait Implementations§
impl Freeze for AuthorizationItemSetStorage
impl RefUnwindSafe for AuthorizationItemSetStorage
impl !Send for AuthorizationItemSetStorage
impl !Sync for AuthorizationItemSetStorage
impl Unpin for AuthorizationItemSetStorage
impl UnwindSafe for AuthorizationItemSetStorage
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more