#[repr(transparent)]pub struct PgmPulseCnt0(pub u32);Expand description
Block 0 Program Pulse Count Register
Tuple Fields§
§0: u32Implementations§
Source§impl PgmPulseCnt0
impl PgmPulseCnt0
Trait Implementations§
Source§impl Clone for PgmPulseCnt0
impl Clone for PgmPulseCnt0
Source§fn clone(&self) -> PgmPulseCnt0
fn clone(&self) -> PgmPulseCnt0
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 PgmPulseCnt0
impl Debug for PgmPulseCnt0
Source§impl Default for PgmPulseCnt0
impl Default for PgmPulseCnt0
Source§fn default() -> PgmPulseCnt0
fn default() -> PgmPulseCnt0
Returns the “default value” for a type. Read more
Source§impl PartialEq for PgmPulseCnt0
impl PartialEq for PgmPulseCnt0
impl Copy for PgmPulseCnt0
impl Eq for PgmPulseCnt0
impl StructuralPartialEq for PgmPulseCnt0
Auto Trait Implementations§
impl Freeze for PgmPulseCnt0
impl RefUnwindSafe for PgmPulseCnt0
impl Send for PgmPulseCnt0
impl Sync for PgmPulseCnt0
impl Unpin for PgmPulseCnt0
impl UnwindSafe for PgmPulseCnt0
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