Struct ntapi::ntsam::DOMAIN_DISPLAY_OEM_GROUP  
source · [−]#[repr(C)]pub struct DOMAIN_DISPLAY_OEM_GROUP {
    pub Index: ULONG,
    pub Group: OEM_STRING,
}Fields
Index: ULONGGroup: OEM_STRINGTrait Implementations
sourceimpl Clone for DOMAIN_DISPLAY_OEM_GROUP
 
impl Clone for DOMAIN_DISPLAY_OEM_GROUP
sourcefn clone(&self) -> DOMAIN_DISPLAY_OEM_GROUP
 
fn clone(&self) -> DOMAIN_DISPLAY_OEM_GROUP
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_OEM_GROUP
Auto Trait Implementations
impl RefUnwindSafe for DOMAIN_DISPLAY_OEM_GROUP
impl !Send for DOMAIN_DISPLAY_OEM_GROUP
impl !Sync for DOMAIN_DISPLAY_OEM_GROUP
impl Unpin for DOMAIN_DISPLAY_OEM_GROUP
impl UnwindSafe for DOMAIN_DISPLAY_OEM_GROUP
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