pub type SID = _SID;Aliased Type§
#[repr(C)]pub struct SID {
pub Revision: u8,
pub SubAuthorityCount: u8,
pub IdentifierAuthority: _SID_IDENTIFIER_AUTHORITY,
pub SubAuthority: [u32; 1],
}Fields§
§Revision: u8§SubAuthorityCount: u8§IdentifierAuthority: _SID_IDENTIFIER_AUTHORITY§SubAuthority: [u32; 1]