#[repr(transparent)]pub struct Disableindebug(pub u32);
Expand description
Disable erase and write protection mechanism in debug mode.
Tuple Fields§
§0: u32
Implementations§
Source§impl Disableindebug
impl Disableindebug
Sourcepub const fn disableindebug(&self) -> Disableindebug
pub const fn disableindebug(&self) -> Disableindebug
Disable protection mechanism in debug mode.
Sourcepub fn set_disableindebug(&mut self, val: Disableindebug)
pub fn set_disableindebug(&mut self, val: Disableindebug)
Disable protection mechanism in debug mode.
Trait Implementations§
Source§impl Clone for Disableindebug
impl Clone for Disableindebug
Source§fn clone(&self) -> Disableindebug
fn clone(&self) -> Disableindebug
Returns a copy 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 Default for Disableindebug
impl Default for Disableindebug
Source§fn default() -> Disableindebug
fn default() -> Disableindebug
Returns the “default value” for a type. Read more
Source§impl PartialEq for Disableindebug
impl PartialEq for Disableindebug
impl Copy for Disableindebug
impl Eq for Disableindebug
impl StructuralPartialEq for Disableindebug
Auto Trait Implementations§
impl Freeze for Disableindebug
impl RefUnwindSafe for Disableindebug
impl Send for Disableindebug
impl Sync for Disableindebug
impl Unpin for Disableindebug
impl UnwindSafe for Disableindebug
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
)