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