Struct winapi::sspi::SecHandle [] [src]

pub struct SecHandle {
    pub dwLower: ULONG_PTR,
    pub dwUpper: ULONG_PTR,
}

Fields

dwLower
dwUpper

Trait Implementations

Derived Implementations

impl Debug for SecHandle

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

impl Copy for SecHandle

impl Clone for SecHandle

fn clone(&self) -> SecHandle

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