msfs::sys

Type Alias SECURITY_ATTRIBUTES

Source
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

Source§

fn clone(&self) -> _SECURITY_ATTRIBUTES

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for _SECURITY_ATTRIBUTES

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for _SECURITY_ATTRIBUTES