pub struct NextBl0SlotRequest {
pub next_bl0_slot: BootSlot,
pub primary_bl0_slot: BootSlot,
}Expand description
Request to set the next (one-time) owner stage boot slot.
Fields§
§next_bl0_slot: BootSlotThe slot to boot.
primary_bl0_slot: BootSlotThe slot to configure as primary.
Implementations§
Trait Implementations§
Source§impl Annotate for NextBl0SlotRequest
impl Annotate for NextBl0SlotRequest
Source§impl Debug for NextBl0SlotRequest
impl Debug for NextBl0SlotRequest
Source§impl Default for NextBl0SlotRequest
impl Default for NextBl0SlotRequest
Source§fn default() -> NextBl0SlotRequest
fn default() -> NextBl0SlotRequest
Returns the “default value” for a type. Read more
Source§impl Serialize for NextBl0SlotRequest
impl Serialize for NextBl0SlotRequest
Auto Trait Implementations§
impl Freeze for NextBl0SlotRequest
impl RefUnwindSafe for NextBl0SlotRequest
impl Send for NextBl0SlotRequest
impl Sync for NextBl0SlotRequest
impl Unpin for NextBl0SlotRequest
impl UnwindSafe for NextBl0SlotRequest
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