Struct cryptoki_sys::Pkcs11
source · [−]pub struct Pkcs11 {
pub C_GetFunctionList: Result<unsafe extern "C" fn(function_list: *mut *mut _CK_FUNCTION_LIST) -> CK_RV, Error>,
/* private fields */
}Fields
C_GetFunctionList: Result<unsafe extern "C" fn(function_list: *mut *mut _CK_FUNCTION_LIST) -> CK_RV, Error>Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Pkcs11
impl Send for Pkcs11
impl Sync for Pkcs11
impl Unpin for Pkcs11
impl !UnwindSafe for Pkcs11
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more