#[repr(u8)]pub enum Write {
ENABLE = 0,
DISABLE = 1,
}
Variants§
ENABLE = 0
Allow write and erase instructions to region n.
DISABLE = 1
Block write and erase instructions to region n.
Implementations§
Trait Implementations§
Source§impl Ord for Write
impl Ord for Write
Source§impl PartialOrd for Write
impl PartialOrd for Write
impl Copy for Write
impl Eq for Write
impl StructuralPartialEq for Write
Auto Trait Implementations§
impl Freeze for Write
impl RefUnwindSafe for Write
impl Send for Write
impl Sync for Write
impl Unpin for Write
impl UnwindSafe for Write
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
)