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
impl Copy for SECURITY_ATTRIBUTES[src]
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