pub struct MinBl0SecVerResponse {
pub ver: u32,
pub status: RomError,
}
Expand description
Response to the minimum version request.
Fields§
§ver: u32
The current minimum BL0 version.
status: RomError
The status response to the request.
Implementations§
Trait Implementations§
Source§impl Annotate for &MinBl0SecVerResponse
impl Annotate for &MinBl0SecVerResponse
fn format(&self, variant: Option<&str>, field: &MemberId<'_>) -> Option<Format>
fn comment(&self, variant: Option<&str>, field: &MemberId<'_>) -> Option<String>
fn as_annotate(&self) -> Option<&dyn Annotate>
fn thunk_serialize( &self, serializer: &mut AnnotatedSerializer<'_>, ) -> Result<Document, Error>
Source§impl Annotate for MinBl0SecVerResponse
impl Annotate for MinBl0SecVerResponse
fn format(&self, _variant: Option<&str>, field: &MemberId<'_>) -> Option<Format>
fn comment( &self, _variant: Option<&str>, field: &MemberId<'_>, ) -> Option<String>
fn as_annotate(&self) -> Option<&dyn Annotate>
fn thunk_serialize( &self, serializer: &mut AnnotatedSerializer<'_>, ) -> Result<Document, Error>
Source§impl Debug for MinBl0SecVerResponse
impl Debug for MinBl0SecVerResponse
Source§impl Default for MinBl0SecVerResponse
impl Default for MinBl0SecVerResponse
Source§fn default() -> MinBl0SecVerResponse
fn default() -> MinBl0SecVerResponse
Returns the “default value” for a type. Read more
Source§impl Serialize for MinBl0SecVerResponse
impl Serialize for MinBl0SecVerResponse
Auto Trait Implementations§
impl Freeze for MinBl0SecVerResponse
impl RefUnwindSafe for MinBl0SecVerResponse
impl Send for MinBl0SecVerResponse
impl Sync for MinBl0SecVerResponse
impl Unpin for MinBl0SecVerResponse
impl UnwindSafe for MinBl0SecVerResponse
Blanket Implementations§
§impl<T> Annotate for T
impl<T> Annotate for T
default fn format( &self, _variant: Option<&str>, _field: &MemberId<'_>, ) -> Option<Format>
default fn comment( &self, _variant: Option<&str>, _field: &MemberId<'_>, ) -> Option<String>
default fn as_annotate(&self) -> Option<&dyn Annotate>
default fn thunk_serialize( &self, serializer: &mut AnnotatedSerializer<'_>, ) -> Result<Document, Error>
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