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