#[repr(C)]pub struct CK_CMS_SIG_PARAMS {
pub certificateHandle: CK_OBJECT_HANDLE,
pub pSigningMechanism: *mut CK_MECHANISM,
pub pDigestMechanism: *mut CK_MECHANISM,
pub pContentType: *mut CK_UTF8CHAR,
pub pRequestedAttributes: *mut CK_BYTE,
pub ulRequestedAttributesLen: CK_ULONG,
pub pRequiredAttributes: *mut CK_BYTE,
pub ulRequiredAttributesLen: CK_ULONG,
}Fields§
§certificateHandle: CK_OBJECT_HANDLE§pSigningMechanism: *mut CK_MECHANISM§pDigestMechanism: *mut CK_MECHANISM§pContentType: *mut CK_UTF8CHAR§pRequestedAttributes: *mut CK_BYTE§ulRequestedAttributesLen: CK_ULONG§pRequiredAttributes: *mut CK_BYTE§ulRequiredAttributesLen: CK_ULONGTrait Implementations§
Source§impl Clone for CK_CMS_SIG_PARAMS
impl Clone for CK_CMS_SIG_PARAMS
Source§fn clone(&self) -> CK_CMS_SIG_PARAMS
fn clone(&self) -> CK_CMS_SIG_PARAMS
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CK_CMS_SIG_PARAMS
impl Debug for CK_CMS_SIG_PARAMS
Source§impl Default for CK_CMS_SIG_PARAMS
impl Default for CK_CMS_SIG_PARAMS
impl Copy for CK_CMS_SIG_PARAMS
Auto Trait Implementations§
impl Freeze for CK_CMS_SIG_PARAMS
impl RefUnwindSafe for CK_CMS_SIG_PARAMS
impl !Send for CK_CMS_SIG_PARAMS
impl !Sync for CK_CMS_SIG_PARAMS
impl Unpin for CK_CMS_SIG_PARAMS
impl UnwindSafe for CK_CMS_SIG_PARAMS
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)