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