pub struct Grant {
pub trustee: Sid,
pub primitive: ControlPrimitive,
pub inherited: bool,
pub source: Source,
}Expand description
One trustee holding one primitive over the object the descriptor belongs to.
Fields§
§trustee: Sid§primitive: ControlPrimitive§inherited: boolThe ACE carried INHERITED_ACE (0x10) — it came from a parent container.
source: SourceImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Grant
impl RefUnwindSafe for Grant
impl Send for Grant
impl Sync for Grant
impl Unpin for Grant
impl UnsafeUnpin for Grant
impl UnwindSafe for Grant
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