#[repr(transparent)]pub struct FlashRemapSize(pub u32);Expand description
This 32-bit register contains the size of the image to remap, in bytes. The 12 LSBs are ignored, so the size granularity is 4KB.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for FlashRemapSize
impl Clone for FlashRemapSize
Source§fn clone(&self) -> FlashRemapSize
fn clone(&self) -> FlashRemapSize
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 FlashRemapSize
impl Debug for FlashRemapSize
Source§impl Default for FlashRemapSize
impl Default for FlashRemapSize
Source§fn default() -> FlashRemapSize
fn default() -> FlashRemapSize
Returns the “default value” for a type. Read more
Source§impl PartialEq for FlashRemapSize
impl PartialEq for FlashRemapSize
impl Copy for FlashRemapSize
impl Eq for FlashRemapSize
impl StructuralPartialEq for FlashRemapSize
Auto Trait Implementations§
impl Freeze for FlashRemapSize
impl RefUnwindSafe for FlashRemapSize
impl Send for FlashRemapSize
impl Sync for FlashRemapSize
impl Unpin for FlashRemapSize
impl UnwindSafe for FlashRemapSize
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