Struct winapi::subauth::USER_SESSION_KEY
[−]
[src]
pub struct USER_SESSION_KEY {
pub data: [CYPHER_BLOCK; 2],
}Fields
data |
Trait Implementations
impl Copy for USER_SESSION_KEY[src]
impl Clone for USER_SESSION_KEY[src]
fn clone(&self) -> USER_SESSION_KEY
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