#[repr(transparent)]pub struct Configns(pub u32);
Expand description
Unspecified
Tuple Fields§
§0: u32
Implementations§
Source§impl Configns
impl Configns
Sourcepub const fn wen(&self) -> ConfignsWen
pub const fn wen(&self) -> ConfignsWen
Program memory access mode. It is strongly recommended to only activate erase and write modes when they are actively used. Enabling write or erase will invalidate the cache and keep it invalidated.
Sourcepub fn set_wen(&mut self, val: ConfignsWen)
pub fn set_wen(&mut self, val: ConfignsWen)
Program memory access mode. It is strongly recommended to only activate erase and write modes when they are actively used. Enabling write or erase will invalidate the cache and keep it invalidated.
Trait Implementations§
impl Copy for Configns
impl Eq for Configns
impl StructuralPartialEq for Configns
Auto Trait Implementations§
impl Freeze for Configns
impl RefUnwindSafe for Configns
impl Send for Configns
impl Sync for Configns
impl Unpin for Configns
impl UnwindSafe for Configns
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)