#[repr(C)]pub struct SECURITY_ATTRIBUTES {
    pub nLength: DWORD,
    pub lpSecurityDescriptor: LPVOID,
    pub bInheritHandle: BOOL,
}Fields§
§nLength: DWORD§lpSecurityDescriptor: LPVOID§bInheritHandle: BOOLTrait Implementations§
Source§impl Clone for SECURITY_ATTRIBUTES
 
impl Clone for SECURITY_ATTRIBUTES
Source§fn clone(&self) -> SECURITY_ATTRIBUTES
 
fn clone(&self) -> SECURITY_ATTRIBUTES
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreimpl Copy for SECURITY_ATTRIBUTES
Auto Trait Implementations§
impl Freeze for SECURITY_ATTRIBUTES
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