Struct winapi::winnt::SID_AND_ATTRIBUTES
[−]
[src]
pub struct SID_AND_ATTRIBUTES { pub Sid: PSID, pub Attributes: DWORD, }
Fields
Sid | |
Attributes |
Trait Implementations
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