Struct cryptoki_sys::_CK_MECHANISM
source[−]#[repr(C)]pub struct _CK_MECHANISM {
pub mechanism: CK_MECHANISM_TYPE,
pub pParameter: *mut c_void,
pub ulParameterLen: c_ulong,
}Fields
mechanism: CK_MECHANISM_TYPEpParameter: *mut c_voidulParameterLen: c_ulongTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _CK_MECHANISM
impl !Send for _CK_MECHANISM
impl !Sync for _CK_MECHANISM
impl Unpin for _CK_MECHANISM
impl UnwindSafe for _CK_MECHANISM
Blanket Implementations
Mutably borrows from an owned value. Read more
