#[repr(C)]
pub struct crypt_token_handler { pub name: *const c_char, pub open: crypt_token_open_func, pub buffer_free: Option<crypt_token_buffer_free_func>, pub validate: Option<crypt_token_validate_func>, pub dump: Option<crypt_token_dump_func>, }

Fields

name: *const c_charopen: crypt_token_open_funcbuffer_free: Option<crypt_token_buffer_free_func>validate: Option<crypt_token_validate_func>dump: Option<crypt_token_dump_func>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.