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
type DefaultType = Self
Converts from Self::DefaultType
to Result<T>
.
fn abi(&self) -> Self::Abi
fn abi(&self) -> Self::Abi
Casts the Rust object to its ABI type without copying the object.
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(&mut Param<'_, Self>)
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