Struct winapi::sspi::SecPkgContext_Lifespan [] [src]

pub struct SecPkgContext_Lifespan {
    pub tsStart: TimeStamp,
    pub tsExpiry: TimeStamp,
}

Fields

tsStart
tsExpiry

Trait Implementations

Derived Implementations

impl Debug for SecPkgContext_Lifespan

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

impl Copy for SecPkgContext_Lifespan

impl Clone for SecPkgContext_Lifespan

fn clone(&self) -> SecPkgContext_Lifespan

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