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

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

Fields

dwLower: ULONG_PTR dwUpper: ULONG_PTR

Trait Implementations

impl Debug for SecHandle
[src]

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

Formats the value using the given formatter.

impl Copy for SecHandle
[src]

impl Clone for SecHandle
[src]

fn clone(&self) -> SecHandle

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more