Struct libc::types::os::arch::extra::SECURITY_ATTRIBUTES [] [src]

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

Fields

nLength
lpSecurityDescriptor
bInheritHandle

Trait Implementations

Derived Implementations

impl Clone for SECURITY_ATTRIBUTES

fn clone(&self) -> SECURITY_ATTRIBUTES

fn clone_from(&mut self, source: &Self)

impl Copy for SECURITY_ATTRIBUTES