Struct winapi::subauth::LM_OWF_PASSWORD [] [src]

pub struct LM_OWF_PASSWORD {
    pub data: [CYPHER_BLOCK; 2],
}

Fields

data: [CYPHER_BLOCK; 2]

Trait Implementations

impl Debug for LM_OWF_PASSWORD
[src]

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

Formats the value using the given formatter.

impl Copy for LM_OWF_PASSWORD
[src]

impl Clone for LM_OWF_PASSWORD
[src]

fn clone(&self) -> LM_OWF_PASSWORD

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