Struct ntapi::ntsam::DOMAIN_DISPLAY_MACHINE  
source · [−]#[repr(C)]pub struct DOMAIN_DISPLAY_MACHINE {
    pub Index: ULONG,
    pub Rid: ULONG,
    pub AccountControl: ULONG,
    pub Machine: UNICODE_STRING,
    pub Comment: UNICODE_STRING,
}Fields
Index: ULONGRid: ULONGAccountControl: ULONGMachine: UNICODE_STRINGComment: UNICODE_STRINGTrait Implementations
sourceimpl Clone for DOMAIN_DISPLAY_MACHINE
 
impl Clone for DOMAIN_DISPLAY_MACHINE
sourcefn clone(&self) -> DOMAIN_DISPLAY_MACHINE
 
fn clone(&self) -> DOMAIN_DISPLAY_MACHINE
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_MACHINE
Auto Trait Implementations
impl RefUnwindSafe for DOMAIN_DISPLAY_MACHINE
impl !Send for DOMAIN_DISPLAY_MACHINE
impl !Sync for DOMAIN_DISPLAY_MACHINE
impl Unpin for DOMAIN_DISPLAY_MACHINE
impl UnwindSafe for DOMAIN_DISPLAY_MACHINE
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