Struct winapi::ntsecapi::LSA_FOREST_TRUST_COLLISION_INFORMATION
[−]
[src]
pub struct LSA_FOREST_TRUST_COLLISION_INFORMATION {
pub RecordCount: ULONG,
pub Entries: *mut PLSA_FOREST_TRUST_COLLISION_RECORD,
}Fields
RecordCount | |
Entries |
Trait Implementations
impl Copy for LSA_FOREST_TRUST_COLLISION_INFORMATION[src]
impl Clone for LSA_FOREST_TRUST_COLLISION_INFORMATION[src]
fn clone(&self) -> LSA_FOREST_TRUST_COLLISION_INFORMATION
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more