Struct winapi::um::minwinbase::SECURITY_ATTRIBUTES
source · [−]#[repr(C)]pub struct SECURITY_ATTRIBUTES {
pub nLength: DWORD,
pub lpSecurityDescriptor: LPVOID,
pub bInheritHandle: BOOL,
}
Fields
nLength: DWORD
lpSecurityDescriptor: LPVOID
bInheritHandle: BOOL
Trait Implementations
sourceimpl Clone for SECURITY_ATTRIBUTES
impl Clone for SECURITY_ATTRIBUTES
sourcefn clone(&self) -> SECURITY_ATTRIBUTES
fn clone(&self) -> SECURITY_ATTRIBUTES
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more