Struct cryptoki_sys::_CK_SLOT_INFO [−][src]
#[repr(C)]pub struct _CK_SLOT_INFO { pub slotDescription: [c_uchar; 64], pub manufacturerID: [c_uchar; 32], pub flags: CK_FLAGS, pub hardwareVersion: _CK_VERSION, pub firmwareVersion: _CK_VERSION, }
Fields
slotDescription: [c_uchar; 64]manufacturerID: [c_uchar; 32]flags: CK_FLAGShardwareVersion: _CK_VERSIONfirmwareVersion: _CK_VERSIONTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _CK_SLOT_INFO
impl Send for _CK_SLOT_INFO
impl Sync for _CK_SLOT_INFO
impl Unpin for _CK_SLOT_INFO
impl UnwindSafe for _CK_SLOT_INFO
Blanket Implementations
Mutably borrows from an owned value. Read more