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