Struct winapi::ntsecapi::LSA_FOREST_TRUST_INFORMATION [] [src]

#[repr(C)]
pub struct LSA_FOREST_TRUST_INFORMATION { pub RecordCount: ULONG, pub Entries: *mut PLSA_FOREST_TRUST_RECORD, }

Fields

Trait Implementations

impl Debug for LSA_FOREST_TRUST_INFORMATION
[src]

Formats the value using the given formatter.

impl Copy for LSA_FOREST_TRUST_INFORMATION
[src]

impl Clone for LSA_FOREST_TRUST_INFORMATION
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more