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_PARAMulCount: c_ulongTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CK_OTP_PARAMS
impl !Send for CK_OTP_PARAMS
impl !Sync for CK_OTP_PARAMS
impl Unpin for CK_OTP_PARAMS
impl UnwindSafe for CK_OTP_PARAMS
Blanket Implementations
Mutably borrows from an owned value. Read more
