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_TYPE§pValue: *mut c_void§ulValueLen: c_ulongTrait Implementations§
source§impl Clone for CK_OTP_PARAM
impl Clone for CK_OTP_PARAM
source§fn clone(&self) -> CK_OTP_PARAM
fn clone(&self) -> CK_OTP_PARAM
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