Struct winsafe::SECURITY_DESCRIPTOR[][src]

#[repr(C)]
pub struct SECURITY_DESCRIPTOR { pub Revision: u8, pub Sbz1: u8, pub Control: u16, pub Owner: *mut c_void, pub Group: *mut c_void, pub Sacl: *mut ACL, pub Dacl: *mut ACL, }
Expand description

Fields

Revision: u8Sbz1: u8Control: u16Owner: *mut c_voidGroup: *mut c_voidSacl: *mut ACLDacl: *mut ACL

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.