#[repr(C)]pub struct crypt_token_handler {
pub name: *const c_char,
pub open: crypt_token_open_func,
pub buffer_free: crypt_token_buffer_free_func,
pub validate: crypt_token_validate_func,
pub dump: crypt_token_dump_func,
}Fields§
§name: *const c_char§open: crypt_token_open_func§buffer_free: crypt_token_buffer_free_func§validate: crypt_token_validate_func§dump: crypt_token_dump_funcTrait Implementations§
source§impl Clone for crypt_token_handler
impl Clone for crypt_token_handler
source§fn clone(&self) -> crypt_token_handler
fn clone(&self) -> crypt_token_handler
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