Struct cryptoki_sys::CK_OTP_SIGNATURE_INFO
source · #[repr(C)]pub struct CK_OTP_SIGNATURE_INFO {
pub pParams: *mut CK_OTP_PARAM,
pub ulCount: c_ulong,
}Fields§
§pParams: *mut CK_OTP_PARAM§ulCount: c_ulongTrait Implementations§
source§impl Clone for CK_OTP_SIGNATURE_INFO
impl Clone for CK_OTP_SIGNATURE_INFO
source§fn clone(&self) -> CK_OTP_SIGNATURE_INFO
fn clone(&self) -> CK_OTP_SIGNATURE_INFO
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more