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

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

Fields

rgbKeys
rgbIVs

Trait Implementations

impl Clone for SecPkgContext_EapKeyBlock

fn clone(&self) -> SecPkgContext_EapKeyBlock

fn clone_from(&mut self, source: &Self)

Derived Implementations

impl Copy for SecPkgContext_EapKeyBlock