Struct windows_sys::Win32::Security::SECURITY_ATTRIBUTES
[−]#[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: u32
lpSecurityDescriptor: *mut c_void
bInheritHandle: BOOL
Trait Implementations
impl Clone for SECURITY_ATTRIBUTES
impl Clone for SECURITY_ATTRIBUTES
impl Copy for SECURITY_ATTRIBUTES
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more