Struct winapi::sspi::SecPkgContext_SessionKey [] [src]

pub struct SecPkgContext_SessionKey {
    pub SessionKeyLength: c_ulong,
    pub SessionKey: *mut c_uchar,
}

Fields

SessionKeyLength
SessionKey

Trait Implementations

Derived Implementations

impl Debug for SecPkgContext_SessionKey

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

impl Copy for SecPkgContext_SessionKey

impl Clone for SecPkgContext_SessionKey

fn clone(&self) -> SecPkgContext_SessionKey

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