Struct winapi::subauth::CYPHER_BLOCK [] [src]

pub struct CYPHER_BLOCK {
    pub data: [CHAR; CYPHER_BLOCK_LENGTH],
}

Fields

data

Trait Implementations

impl Copy for CYPHER_BLOCK
[src]

impl Clone for CYPHER_BLOCK
[src]

fn clone(&self) -> CYPHER_BLOCK

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

Derived Implementations

impl Debug for CYPHER_BLOCK
[src]

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

Formats the value using the given formatter.