Searched defs:SlotIndex (Results 1 – 1 of 1) sorted by relevance
76 pub enum SlotIndex { enum82 impl SlotIndex { impl105 impl TryFrom<c_uint> for SlotIndex { implementation108 fn try_from(val: c_uint) -> core::result::Result<SlotIndex, Self::Error> { in try_from()299 fn get_active_slot(&self) -> SlotIndex { in get_active_slot()418 pub fn get_boot_slot(abr_ops: &mut dyn Ops, update_metadata: bool) -> (SlotIndex, bool) { in get_boot_slot()511 pub fn get_slot_last_marked_active(abr_ops: &mut dyn Ops) -> AbrResult<SlotIndex> { in get_slot_last_marked_active()