#[repr(transparent)]pub struct CmpaProgInProgress(pub u32);Expand description
CMPA Page programming on going. This field shall be set to 0x5CC55AA5 in the active CFPA page each time CMPA page programming is going on. It shall always be set to 0x00000000 in the CFPA scratch area.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for CmpaProgInProgress
impl Clone for CmpaProgInProgress
Source§fn clone(&self) -> CmpaProgInProgress
fn clone(&self) -> CmpaProgInProgress
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 CmpaProgInProgress
impl Debug for CmpaProgInProgress
Source§impl Default for CmpaProgInProgress
impl Default for CmpaProgInProgress
Source§fn default() -> CmpaProgInProgress
fn default() -> CmpaProgInProgress
Returns the “default value” for a type. Read more
Source§impl PartialEq for CmpaProgInProgress
impl PartialEq for CmpaProgInProgress
impl Copy for CmpaProgInProgress
impl Eq for CmpaProgInProgress
impl StructuralPartialEq for CmpaProgInProgress
Auto Trait Implementations§
impl Freeze for CmpaProgInProgress
impl RefUnwindSafe for CmpaProgInProgress
impl Send for CmpaProgInProgress
impl Sync for CmpaProgInProgress
impl Unpin for CmpaProgInProgress
impl UnwindSafe for CmpaProgInProgress
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