Struct cryptoki_sys::_CK_INFO
source[−]#[repr(C)]pub struct _CK_INFO {
pub cryptokiVersion: _CK_VERSION,
pub manufacturerID: [c_uchar; 32],
pub flags: CK_FLAGS,
pub libraryDescription: [c_uchar; 32],
pub libraryVersion: _CK_VERSION,
}Fields
cryptokiVersion: _CK_VERSIONmanufacturerID: [c_uchar; 32]flags: CK_FLAGSlibraryDescription: [c_uchar; 32]libraryVersion: _CK_VERSIONTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _CK_INFO
impl UnwindSafe for _CK_INFO
Blanket Implementations
Mutably borrows from an owned value. Read more
