Struct winapi::ntsecapi::LSA_FOREST_TRUST_BINARY_DATA
[−]
[src]
pub struct LSA_FOREST_TRUST_BINARY_DATA {
pub Length: ULONG,
pub Buffer: PUCHAR,
}Fields
Length | |
Buffer |
Trait Implementations
impl Copy for LSA_FOREST_TRUST_BINARY_DATA[src]
impl Clone for LSA_FOREST_TRUST_BINARY_DATA[src]
fn clone(&self) -> LSA_FOREST_TRUST_BINARY_DATA
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