Struct libc::types::os::arch::extra::SECURITY_ATTRIBUTESExperimental [-]  [+] [src]

pub struct SECURITY_ATTRIBUTES {
    pub nLength: DWORD,
    pub lpSecurityDescriptor: LPVOID,
    pub bInheritHandle: BOOL,
}

Fields

nLength
lpSecurityDescriptor
bInheritHandle

Trait Implementations

Derived Implementations

impl Copy for SECURITY_ATTRIBUTES