Struct ntapi::ntsam::DOMAIN_LOCALIZABLE_ACCOUNT_ENTRY
source · [−]#[repr(C)]pub struct DOMAIN_LOCALIZABLE_ACCOUNT_ENTRY {
pub Rid: ULONG,
pub Use: SID_NAME_USE,
pub Name: UNICODE_STRING,
pub AdminComment: UNICODE_STRING,
}
Fields
Rid: ULONG
Use: SID_NAME_USE
Name: UNICODE_STRING
AdminComment: UNICODE_STRING
Trait Implementations
sourceimpl Clone for DOMAIN_LOCALIZABLE_ACCOUNT_ENTRY
impl Clone for DOMAIN_LOCALIZABLE_ACCOUNT_ENTRY
sourcefn clone(&self) -> DOMAIN_LOCALIZABLE_ACCOUNT_ENTRY
fn clone(&self) -> DOMAIN_LOCALIZABLE_ACCOUNT_ENTRY
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 DOMAIN_LOCALIZABLE_ACCOUNT_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for DOMAIN_LOCALIZABLE_ACCOUNT_ENTRY
impl !Send for DOMAIN_LOCALIZABLE_ACCOUNT_ENTRY
impl !Sync for DOMAIN_LOCALIZABLE_ACCOUNT_ENTRY
impl Unpin for DOMAIN_LOCALIZABLE_ACCOUNT_ENTRY
impl UnwindSafe for DOMAIN_LOCALIZABLE_ACCOUNT_ENTRY
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