Struct winapi::um::winnt::SID_IDENTIFIER_AUTHORITY
source · #[repr(C)]pub struct SID_IDENTIFIER_AUTHORITY {
pub Value: [BYTE; 6],
}
Fields§
§Value: [BYTE; 6]
Trait Implementations§
source§impl Clone for SID_IDENTIFIER_AUTHORITY
impl Clone for SID_IDENTIFIER_AUTHORITY
source§fn clone(&self) -> SID_IDENTIFIER_AUTHORITY
fn clone(&self) -> SID_IDENTIFIER_AUTHORITY
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_IDENTIFIER_AUTHORITY
impl Default for SID_IDENTIFIER_AUTHORITY
source§fn default() -> SID_IDENTIFIER_AUTHORITY
fn default() -> SID_IDENTIFIER_AUTHORITY
Returns the “default value” for a type. Read more