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