Struct winapi::ntsecapi::LSA_FOREST_TRUST_RECORD_ForestTrustData
[−]
[src]
pub struct LSA_FOREST_TRUST_RECORD_ForestTrustData { pub DomainInfo: LSA_FOREST_TRUST_DOMAIN_INFO, }
Fields
DomainInfo |
Methods
impl LSA_FOREST_TRUST_RECORD_ForestTrustData
[src]
unsafe fn TopLevelName(&self) -> &LSA_UNICODE_STRING
unsafe fn TopLevelName_mut(&mut self) -> &mut LSA_UNICODE_STRING
impl LSA_FOREST_TRUST_RECORD_ForestTrustData
[src]
unsafe fn Data(&self) -> &LSA_FOREST_TRUST_BINARY_DATA
unsafe fn Data_mut(&mut self) -> &mut LSA_FOREST_TRUST_BINARY_DATA
Trait Implementations
impl Copy for LSA_FOREST_TRUST_RECORD_ForestTrustData
[src]
impl Clone for LSA_FOREST_TRUST_RECORD_ForestTrustData
[src]
fn clone(&self) -> LSA_FOREST_TRUST_RECORD_ForestTrustData
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