Enum r2d2_cryptoki::SessionType
source · pub enum SessionType {
RoPublic,
RoUser(Pin),
RwPublic,
RwUser(Pin),
RwSecurityOfficer(Pin),
}Expand description
Session types, holding the pin for the authenticated sessions
Variants§
Trait Implementations§
source§impl Clone for SessionType
impl Clone for SessionType
source§fn clone(&self) -> SessionType
fn clone(&self) -> SessionType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more