Struct atsamd_hal::nvm::Userpage
source · [−]pub struct Userpage(pub u128);
Expand description
POD-style struct representing NVM user page
Tuple Fields
0: u128
Trait Implementations
impl Copy for Userpage
Auto Trait Implementations
impl RefUnwindSafe for Userpage
impl Send for Userpage
impl Sync for Userpage
impl Unpin for Userpage
impl UnwindSafe for Userpage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more