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_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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more