Struct cryptoki_sys::_CK_SLOT_INFO
source · #[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_FLAGS§hardwareVersion: _CK_VERSION§firmwareVersion: _CK_VERSIONTrait Implementations§
source§impl Clone for _CK_SLOT_INFO
impl Clone for _CK_SLOT_INFO
source§fn clone(&self) -> _CK_SLOT_INFO
fn clone(&self) -> _CK_SLOT_INFO
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more