pub struct IndexRow {
pub relation_id: u32,
pub index_id: u32,
pub attribute_id: u32,
pub index_type: u32,
pub indexed_data_location: u32,
}Expand description
One row of CSSM_DL_DB_SCHEMA_INDEXES.
Fields§
§relation_id: u32§index_id: u32§attribute_id: u32§index_type: u32§indexed_data_location: u32Auto Trait Implementations§
impl Freeze for IndexRow
impl RefUnwindSafe for IndexRow
impl Send for IndexRow
impl Sync for IndexRow
impl Unpin for IndexRow
impl UnsafeUnpin for IndexRow
impl UnwindSafe for IndexRow
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more