Struct wasapi::Windows::Win32::Security::SECURITY_ATTRIBUTES [−][src]
#[repr(C)]pub struct SECURITY_ATTRIBUTES {
pub nLength: u32,
pub lpSecurityDescriptor: *mut c_void,
pub bInheritHandle: BOOL,
}
Fields
nLength: u32
lpSecurityDescriptor: *mut c_void
bInheritHandle: BOOL
Trait Implementations
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