Struct winapi::um::ntlsa::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 Copy for LSA_FOREST_TRUST_INFORMATION
[src]

impl Clone for LSA_FOREST_TRUST_INFORMATION
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations