#[repr(C)]pub struct CK_OTP_SIGNATURE_INFO {
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_SIGNATURE_INFO
impl !Send for CK_OTP_SIGNATURE_INFO
impl !Sync for CK_OTP_SIGNATURE_INFO
impl Unpin for CK_OTP_SIGNATURE_INFO
impl UnwindSafe for CK_OTP_SIGNATURE_INFO
Blanket Implementations
Mutably borrows from an owned value. Read more
