#[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_char§open: crypt_token_open_func§buffer_free: Option<crypt_token_buffer_free_func>§validate: Option<crypt_token_validate_func>§dump: Option<crypt_token_dump_func>Auto Trait Implementations§
impl Freeze for crypt_token_handler
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more