Struct windows_sys::Win32::Security::Authentication::Identity::LSA_TRANSLATED_SID2
[−]#[repr(C)]pub struct LSA_TRANSLATED_SID2 {
pub Use: SID_NAME_USE,
pub Sid: PSID,
pub DomainIndex: i32,
pub Flags: u32,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields
Use: SID_NAME_USE
Sid: PSID
DomainIndex: i32
Flags: u32
Trait Implementations
impl Clone for LSA_TRANSLATED_SID2
impl Clone for LSA_TRANSLATED_SID2
impl Copy for LSA_TRANSLATED_SID2
Auto Trait Implementations
impl RefUnwindSafe for LSA_TRANSLATED_SID2
impl !Send for LSA_TRANSLATED_SID2
impl !Sync for LSA_TRANSLATED_SID2
impl Unpin for LSA_TRANSLATED_SID2
impl UnwindSafe for LSA_TRANSLATED_SID2
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