winapi::um::winnt

Type Alias SID_AND_ATTRIBUTES_ARRAY

Source
pub type SID_AND_ATTRIBUTES_ARRAY = SID_AND_ATTRIBUTES;

Aliased Type§

struct SID_AND_ATTRIBUTES_ARRAY {
    pub Sid: *mut c_void,
    pub Attributes: u32,
}

Fields§

§Sid: *mut c_void§Attributes: u32

Trait Implementations

Source§

impl Clone for SID_AND_ATTRIBUTES

Source§

fn clone(&self) -> SID_AND_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 Copy for SID_AND_ATTRIBUTES