Struct winapi::minwinbase::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 Debug for SECURITY_ATTRIBUTES

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

impl Copy for SECURITY_ATTRIBUTES

impl Clone for SECURITY_ATTRIBUTES

fn clone(&self) -> SECURITY_ATTRIBUTES

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