pub struct ApplicationMetadata {
pub firmware_version: &'static str,
pub rust_version: &'static str,
pub profile: &'static str,
pub git_dirty: bool,
pub features: &'static str,
pub panic_info: &'static str,
pub hardware_version: &'static str,
}
Fields§
§firmware_version: &'static str
§rust_version: &'static str
§profile: &'static str
§git_dirty: bool
§features: &'static str
§panic_info: &'static str
§hardware_version: &'static str
Trait Implementations§
Source§impl Display for ApplicationMetadata
impl Display for ApplicationMetadata
Auto Trait Implementations§
impl Freeze for ApplicationMetadata
impl RefUnwindSafe for ApplicationMetadata
impl Send for ApplicationMetadata
impl Sync for ApplicationMetadata
impl Unpin for ApplicationMetadata
impl UnwindSafe for ApplicationMetadata
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