CSSM_DB_RECORD_INDEX_INFO

Type Alias CSSM_DB_RECORD_INDEX_INFO 

Source
pub type CSSM_DB_RECORD_INDEX_INFO = cssm_db_record_index_info;
👎Deprecated
Available on crate features SecAsn1Types and cssmconfig and cssmtype only.
Expand description

Aliased Type§

#[repr(C)]
pub struct CSSM_DB_RECORD_INDEX_INFO { pub DataRecordType: u32, pub NumberOfIndexes: u32, pub IndexInfo: *mut cssm_db_index_info, }

Fields§

§DataRecordType: u32
👎Deprecated
§NumberOfIndexes: u32
👎Deprecated
§IndexInfo: *mut cssm_db_index_info
👎Deprecated