Struct libcryptsetup_rs_sys::crypt_token_handler [−][src]
#[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_charopen: crypt_token_open_funcbuffer_free: crypt_token_buffer_free_funcvalidate: crypt_token_validate_funcdump: crypt_token_dump_funcTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for crypt_token_handler
impl !Send for crypt_token_handler
impl !Sync for crypt_token_handler
impl Unpin for crypt_token_handler
impl UnwindSafe for crypt_token_handler
Blanket Implementations
Mutably borrows from an owned value. Read more