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

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

Fields

data: [CHAR; 8]

Trait Implementations

impl Debug for CYPHER_BLOCK
[src]

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

Formats the value using the given formatter.

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