Struct winapi::winnt::ACL [] [src]

pub struct ACL {
    pub AclRevision: BYTE,
    pub Sbz1: BYTE,
    pub AclSize: WORD,
    pub AceCount: WORD,
    pub Sbz2: WORD,
}

Fields

AclRevision: BYTE Sbz1: BYTE AclSize: WORD AceCount: WORD Sbz2: WORD

Trait Implementations

impl Debug for ACL
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for ACL
[src]

impl Clone for ACL
[src]

fn clone(&self) -> ACL

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