#[repr(C)]pub struct LSA_TRANSLATED_NAME {
pub Use: SID_NAME_USE,
pub Name: LSA_UNICODE_STRING,
pub DomainIndex: LONG,
}
Fields
Use: SID_NAME_USE
Name: LSA_UNICODE_STRING
DomainIndex: LONG
Trait Implementations
sourceimpl Clone for LSA_TRANSLATED_NAME
impl Clone for LSA_TRANSLATED_NAME
sourcefn clone(&self) -> LSA_TRANSLATED_NAME
fn clone(&self) -> LSA_TRANSLATED_NAME
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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