Struct winapi::ntsecapi::LSA_FOREST_TRUST_COLLISION_RECORD
[−]
[src]
pub struct LSA_FOREST_TRUST_COLLISION_RECORD {
pub Index: ULONG,
pub Type: LSA_FOREST_TRUST_COLLISION_RECORD_TYPE,
pub Flags: ULONG,
pub Name: LSA_UNICODE_STRING,
}Fields
Index | |
Type | |
Flags | |
Name |
Trait Implementations
impl Copy for LSA_FOREST_TRUST_COLLISION_RECORD[src]
impl Clone for LSA_FOREST_TRUST_COLLISION_RECORD[src]
fn clone(&self) -> LSA_FOREST_TRUST_COLLISION_RECORD
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