#[repr(transparent)]pub struct SFwVersion(pub u32);Expand description
Secure firmware version (Monotonic counter)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for SFwVersion
impl Clone for SFwVersion
Source§fn clone(&self) -> SFwVersion
fn clone(&self) -> SFwVersion
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 SFwVersion
impl Debug for SFwVersion
Source§impl Default for SFwVersion
impl Default for SFwVersion
Source§fn default() -> SFwVersion
fn default() -> SFwVersion
Returns the “default value” for a type. Read more
Source§impl PartialEq for SFwVersion
impl PartialEq for SFwVersion
impl Copy for SFwVersion
impl Eq for SFwVersion
impl StructuralPartialEq for SFwVersion
Auto Trait Implementations§
impl Freeze for SFwVersion
impl RefUnwindSafe for SFwVersion
impl Send for SFwVersion
impl Sync for SFwVersion
impl Unpin for SFwVersion
impl UnwindSafe for SFwVersion
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