Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields
Rid: u32
Sid: PSID
Trait Implementations
impl Clone for POLICY_MACHINE_ACCT_INFO
impl Clone for POLICY_MACHINE_ACCT_INFO
impl Copy for POLICY_MACHINE_ACCT_INFO
Auto Trait Implementations
impl RefUnwindSafe for POLICY_MACHINE_ACCT_INFO
impl !Send for POLICY_MACHINE_ACCT_INFO
impl !Sync for POLICY_MACHINE_ACCT_INFO
impl Unpin for POLICY_MACHINE_ACCT_INFO
impl UnwindSafe for POLICY_MACHINE_ACCT_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more