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