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