#[repr(C)]pub struct _SID {
pub Revision: BYTE,
pub SubAuthorityCount: BYTE,
pub IdentifierAuthority: SID_IDENTIFIER_AUTHORITY,
pub SubAuthority: [DWORD; 1],
}Fields§
§Revision: BYTE§SubAuthorityCount: BYTE§IdentifierAuthority: SID_IDENTIFIER_AUTHORITY§SubAuthority: [DWORD; 1]Trait Implementations§
Auto Trait Implementations§
impl Freeze for _SID
impl RefUnwindSafe for _SID
impl Send for _SID
impl Sync for _SID
impl Unpin for _SID
impl UnwindSafe for _SID
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more