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: u32lpSecurityDescriptor: *mut c_voidbInheritHandle: BOOLTrait 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