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

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

Fields

nLength: DWORD lpSecurityDescriptor: LPVOID bInheritHandle: BOOL

Trait Implementations

impl Clone for SECURITY_ATTRIBUTES
[src]

fn clone(&self) -> SECURITY_ATTRIBUTES

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Copy for SECURITY_ATTRIBUTES
[src]