Struct winapi::ntsecapi::LSA_FOREST_TRUST_RECORD [] [src]

pub struct LSA_FOREST_TRUST_RECORD {
    pub Flags: ULONG,
    pub ForestTrustType: LSA_FOREST_TRUST_RECORD_TYPE,
    pub Time: LARGE_INTEGER,
    pub ForestTrustData: LSA_FOREST_TRUST_RECORD_ForestTrustData,
}

Fields

Flags: ULONG ForestTrustType: LSA_FOREST_TRUST_RECORD_TYPE Time: LARGE_INTEGER ForestTrustData: LSA_FOREST_TRUST_RECORD_ForestTrustData

Trait Implementations

impl Debug for LSA_FOREST_TRUST_RECORD
[src]

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

Formats the value using the given formatter.

impl Copy for LSA_FOREST_TRUST_RECORD
[src]

impl Clone for LSA_FOREST_TRUST_RECORD
[src]

fn clone(&self) -> LSA_FOREST_TRUST_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