#[repr(C)]pub struct LSA_REFERENCED_DOMAIN_LIST {
    pub Entries: ULONG,
    pub Domains: PLSA_TRUST_INFORMATION,
}Fields
Entries: ULONGDomains: PLSA_TRUST_INFORMATIONTrait Implementations
sourceimpl Clone for LSA_REFERENCED_DOMAIN_LIST
 
impl Clone for LSA_REFERENCED_DOMAIN_LIST
sourcefn clone(&self) -> LSA_REFERENCED_DOMAIN_LIST
 
fn clone(&self) -> LSA_REFERENCED_DOMAIN_LIST
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_REFERENCED_DOMAIN_LIST
Auto Trait Implementations
impl RefUnwindSafe for LSA_REFERENCED_DOMAIN_LIST
impl !Send for LSA_REFERENCED_DOMAIN_LIST
impl !Sync for LSA_REFERENCED_DOMAIN_LIST
impl Unpin for LSA_REFERENCED_DOMAIN_LIST
impl UnwindSafe for LSA_REFERENCED_DOMAIN_LIST
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