pub enum FLASH_ROMSWMAP_SW6ENW {
FLASH_ROMSWMAP_SW6EN_NOTVIS,
FLASH_ROMSWMAP_SW6EN_CORE,
}Expand description
Values that can be written to the field FLASH_ROMSWMAP_SW6EN
Variants§
FLASH_ROMSWMAP_SW6EN_NOTVIS
Software region not available to the core
FLASH_ROMSWMAP_SW6EN_CORE
Region available to core
Trait Implementations§
Source§impl Clone for FLASH_ROMSWMAP_SW6ENW
impl Clone for FLASH_ROMSWMAP_SW6ENW
Source§fn clone(&self) -> FLASH_ROMSWMAP_SW6ENW
fn clone(&self) -> FLASH_ROMSWMAP_SW6ENW
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 FLASH_ROMSWMAP_SW6ENW
impl Debug for FLASH_ROMSWMAP_SW6ENW
Source§impl PartialEq for FLASH_ROMSWMAP_SW6ENW
impl PartialEq for FLASH_ROMSWMAP_SW6ENW
impl Copy for FLASH_ROMSWMAP_SW6ENW
impl StructuralPartialEq for FLASH_ROMSWMAP_SW6ENW
Auto Trait Implementations§
impl Freeze for FLASH_ROMSWMAP_SW6ENW
impl RefUnwindSafe for FLASH_ROMSWMAP_SW6ENW
impl Send for FLASH_ROMSWMAP_SW6ENW
impl Sync for FLASH_ROMSWMAP_SW6ENW
impl Unpin for FLASH_ROMSWMAP_SW6ENW
impl UnwindSafe for FLASH_ROMSWMAP_SW6ENW
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