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