Struct winapi::ntsecapi::LSA_FOREST_TRUST_BINARY_DATA [] [src]

#[repr(C)]
pub struct LSA_FOREST_TRUST_BINARY_DATA { pub Length: ULONG, pub Buffer: PUCHAR, }

Fields

Trait Implementations

impl Debug for LSA_FOREST_TRUST_BINARY_DATA
[src]

Formats the value using the given formatter.

impl Copy for LSA_FOREST_TRUST_BINARY_DATA
[src]

impl Clone for LSA_FOREST_TRUST_BINARY_DATA
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more