Struct win_sys::SECURITY_ATTRIBUTES [−][src]
#[repr(C)]pub struct SECURITY_ATTRIBUTES {
pub nLength: u32,
pub lpSecurityDescriptor: *mut c_void,
pub bInheritHandle: BOOL,
}Expand description
Required features: Win32_Security, Win32_Foundation
Fields
nLength: u32lpSecurityDescriptor: *mut c_voidbInheritHandle: BOOLTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SECURITY_ATTRIBUTES
impl !Send for SECURITY_ATTRIBUTES
impl !Sync for SECURITY_ATTRIBUTES
impl Unpin for SECURITY_ATTRIBUTES
impl UnwindSafe for SECURITY_ATTRIBUTES
Blanket Implementations
Mutably borrows from an owned value. Read more