Struct winapi::sspi::SecHandle
[−]
[src]
pub struct SecHandle { pub dwLower: ULONG_PTR, pub dwUpper: ULONG_PTR, }
Fields
dwLower | |
dwUpper |
Trait Implementations
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