Struct winapi::winnt::SID_AND_ATTRIBUTES [] [src]

pub struct SID_AND_ATTRIBUTES {
    pub Sid: PSID,
    pub Attributes: DWORD,
}

Fields

Sid: PSID Attributes: DWORD

Trait Implementations

impl Debug for SID_AND_ATTRIBUTES
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for SID_AND_ATTRIBUTES
[src]

impl Clone for SID_AND_ATTRIBUTES
[src]

fn clone(&self) -> SID_AND_ATTRIBUTES

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more