[][src]Struct pkcs11::types::CK_CMS_SIG_PARAMS

#[repr(packed, C)]
pub struct CK_CMS_SIG_PARAMS {
    pub certificateHandle: CK_OBJECT_HANDLE,
    pub pSigningMechanism: CK_MECHANISM_PTR,
    pub pDigestMechanism: CK_MECHANISM_PTR,
    pub pContentType: CK_UTF8CHAR_PTR,
    pub pRequestedAttributes: CK_BYTE_PTR,
    pub ulRequestedAttributesLen: CK_ULONG,
    pub pRequiredAttributes: CK_BYTE_PTR,
    pub ulRequiredAttributesLen: CK_ULONG,
}

Fields

certificateHandle: CK_OBJECT_HANDLEpSigningMechanism: CK_MECHANISM_PTRpDigestMechanism: CK_MECHANISM_PTRpContentType: CK_UTF8CHAR_PTRpRequestedAttributes: CK_BYTE_PTRulRequestedAttributesLen: CK_ULONGpRequiredAttributes: CK_BYTE_PTRulRequiredAttributesLen: CK_ULONG

Trait Implementations

impl Clone for CK_CMS_SIG_PARAMS[src]

impl Copy for CK_CMS_SIG_PARAMS[src]

impl Debug for CK_CMS_SIG_PARAMS[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]