pub struct SystemDetails {
pub ssn: u32,
pub boot_flags: u32,
pub system_flags: u32,
pub golden_version: Version,
pub nxp_version: Option<Version>,
}
Fields§
§ssn: u32
Unique ID for the Brain.
boot_flags: u32
§system_flags: u32
§golden_version: Version
§nxp_version: Option<Version>
Trait Implementations§
Source§impl Clone for SystemDetails
impl Clone for SystemDetails
Source§fn clone(&self) -> SystemDetails
fn clone(&self) -> SystemDetails
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SystemDetails
impl Debug for SystemDetails
Source§impl Decode for SystemDetails
impl Decode for SystemDetails
Source§impl PartialEq for SystemDetails
impl PartialEq for SystemDetails
impl Copy for SystemDetails
impl Eq for SystemDetails
impl StructuralPartialEq for SystemDetails
Auto Trait Implementations§
impl Freeze for SystemDetails
impl RefUnwindSafe for SystemDetails
impl Send for SystemDetails
impl Sync for SystemDetails
impl Unpin for SystemDetails
impl UnwindSafe for SystemDetails
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