Struct winapi::lsalookup::LSA_STRING [] [src]

pub struct LSA_STRING {
    pub Length: USHORT,
    pub MaximumLength: USHORT,
    pub Buffer: PCHAR,
}

Fields

Length: USHORT MaximumLength: USHORT Buffer: PCHAR

Trait Implementations

impl Debug for LSA_STRING
[src]

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

Formats the value using the given formatter.

impl Copy for LSA_STRING
[src]

impl Clone for LSA_STRING
[src]

fn clone(&self) -> LSA_STRING

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