Struct winapi::ntsecapi::CENTRAL_ACCESS_POLICY_ENTRY
[−]
[src]
pub struct CENTRAL_ACCESS_POLICY_ENTRY {
pub Name: LSA_UNICODE_STRING,
pub Description: LSA_UNICODE_STRING,
pub ChangeId: LSA_UNICODE_STRING,
pub LengthAppliesTo: ULONG,
pub AppliesTo: PUCHAR,
pub LengthSD: ULONG,
pub SD: PSECURITY_DESCRIPTOR,
pub LengthStagedSD: ULONG,
pub StagedSD: PSECURITY_DESCRIPTOR,
pub Flags: ULONG,
}Fields
Name | |
Description | |
ChangeId | |
LengthAppliesTo | |
AppliesTo | |
LengthSD | |
SD | |
LengthStagedSD | |
StagedSD | |
Flags |
Trait Implementations
impl Copy for CENTRAL_ACCESS_POLICY_ENTRY[src]
impl Clone for CENTRAL_ACCESS_POLICY_ENTRY[src]
fn clone(&self) -> CENTRAL_ACCESS_POLICY_ENTRY
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more