Struct winsafe::ACL[][src]

#[repr(C)]
pub struct ACL { pub AclRevision: u8, pub Sbz1: u8, pub AclSize: u16, pub AceCount: u16, pub Sbz2: u16, }
Expand description

ACL struct.

Fields

AclRevision: u8Sbz1: u8AclSize: u16AceCount: u16Sbz2: u16

Trait Implementations

Returns the “default value” for a 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.