Struct ntapi::ntsam::DOMAIN_DISPLAY_USER  
source · [−]#[repr(C)]pub struct DOMAIN_DISPLAY_USER {
    pub Index: ULONG,
    pub Rid: ULONG,
    pub AccountControl: ULONG,
    pub LogonName: UNICODE_STRING,
    pub AdminComment: UNICODE_STRING,
    pub FullName: UNICODE_STRING,
}Fields
Index: ULONGRid: ULONGAccountControl: ULONGLogonName: UNICODE_STRINGAdminComment: UNICODE_STRINGFullName: UNICODE_STRINGTrait Implementations
sourceimpl Clone for DOMAIN_DISPLAY_USER
 
impl Clone for DOMAIN_DISPLAY_USER
sourcefn clone(&self) -> DOMAIN_DISPLAY_USER
 
fn clone(&self) -> DOMAIN_DISPLAY_USER
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_DISPLAY_USER
Auto Trait Implementations
impl RefUnwindSafe for DOMAIN_DISPLAY_USER
impl !Send for DOMAIN_DISPLAY_USER
impl !Sync for DOMAIN_DISPLAY_USER
impl Unpin for DOMAIN_DISPLAY_USER
impl UnwindSafe for DOMAIN_DISPLAY_USER
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