Struct windows_permissions::Ace[][src]

#[repr(C)]
pub struct Ace { /* fields omitted */ }
Expand description

An access control list.

See MSDN for layout details, or ACCESS_ALLOWED_ACE on MSDN for an example.

Implementations

Get a reference from an ACE pointer.

Safety

  • ptr must point to a valid ACE structure
  • The ACE header must be followed by the correct ACE structure
  • The entire structure must remain alive at least as long as 's

Determine the type of ACE

Get the option flags set on the ACE

Get the access mask if it is available for this ACE type

Get the SID if it is available for this ACE type

Trait Implementations

Formats the value using the given formatter. Read more

Executes the destructor for this 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.