pub struct GetStatusResponse {
pub current_state: PldmFDState,
pub previous_state: PldmFDState,
pub aux_state: u8,
pub aux_state_status: u8,
pub progress_percent: u8,
pub reason_code: u8,
pub update_option_flags_enabled: u32,
}Fields§
§current_state: PldmFDState§previous_state: PldmFDState§aux_state: u8§aux_state_status: u8§progress_percent: u8§reason_code: u8§update_option_flags_enabled: u32Implementations§
Trait Implementations§
Source§impl Debug for GetStatusResponse
impl Debug for GetStatusResponse
Auto Trait Implementations§
impl Freeze for GetStatusResponse
impl RefUnwindSafe for GetStatusResponse
impl Send for GetStatusResponse
impl Sync for GetStatusResponse
impl Unpin for GetStatusResponse
impl UnwindSafe for GetStatusResponse
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