Struct winapi::sspi::SecPkgContext_AccessToken [] [src]

pub struct SecPkgContext_AccessToken {
    pub AccessToken: *mut c_void,
}

Fields

AccessToken

Trait Implementations

Derived Implementations

impl Debug for SecPkgContext_AccessToken

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

impl Copy for SecPkgContext_AccessToken

impl Clone for SecPkgContext_AccessToken

fn clone(&self) -> SecPkgContext_AccessToken

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