pub type SECURITY_ATTRIBUTES = _SECURITY_ATTRIBUTES;
Aliased Type§
struct SECURITY_ATTRIBUTES {
pub nLength: u64,
pub lpSecurityDescriptor: *mut c_void,
pub bInheritHandle: i32,
}
Fields§
§nLength: u64
§lpSecurityDescriptor: *mut c_void
§bInheritHandle: i32
Trait 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 more