Struct winapi::um::winnt::SID_AND_ATTRIBUTES
source · #[repr(C)]pub struct SID_AND_ATTRIBUTES {
pub Sid: PSID,
pub Attributes: DWORD,
}
Fields§
§Sid: PSID
§Attributes: DWORD
Trait Implementations§
source§impl Clone for SID_AND_ATTRIBUTES
impl Clone for SID_AND_ATTRIBUTES
source§fn clone(&self) -> SID_AND_ATTRIBUTES
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for SID_AND_ATTRIBUTES
impl Default for SID_AND_ATTRIBUTES
source§fn default() -> SID_AND_ATTRIBUTES
fn default() -> SID_AND_ATTRIBUTES
Returns the “default value” for a type. Read more