Struct cryptoki_sys::CK_OTP_PARAM
source[−]#[repr(C)]pub struct CK_OTP_PARAM {
pub type_: CK_PARAM_TYPE,
pub pValue: *mut c_void,
pub ulValueLen: c_ulong,
}Fields
type_: CK_PARAM_TYPEpValue: *mut c_voidulValueLen: c_ulongTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CK_OTP_PARAM
impl !Send for CK_OTP_PARAM
impl !Sync for CK_OTP_PARAM
impl Unpin for CK_OTP_PARAM
impl UnwindSafe for CK_OTP_PARAM
Blanket Implementations
Mutably borrows from an owned value. Read more
