Struct cryptoki_sys::CK_OTP_PARAMS
source · #[repr(C)]pub struct CK_OTP_PARAMS {
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_PARAMS
impl Clone for CK_OTP_PARAMS
source§fn clone(&self) -> CK_OTP_PARAMS
fn clone(&self) -> CK_OTP_PARAMS
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