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: ULONG Entries: *mut PLSA_FOREST_TRUST_COLLISION_RECORD

Trait Implementations

impl Debug for LSA_FOREST_TRUST_COLLISION_INFORMATION
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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