Struct winapi::schannel::SecPkgContext_EapKeyBlock [] [src]

pub struct SecPkgContext_EapKeyBlock {
    pub rgbKeys: [BYTE; 128],
    pub rgbIVs: [BYTE; 64],
}

Fields

rgbKeys: [BYTE; 128] rgbIVs: [BYTE; 64]

Trait Implementations

impl Copy for SecPkgContext_EapKeyBlock
[src]

impl Clone for SecPkgContext_EapKeyBlock
[src]

fn clone(&self) -> SecPkgContext_EapKeyBlock

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