pub struct PinCounter {
pub changes: usize,
}
Fields§
§changes: usize
Trait Implementations§
Source§impl Debug for PinCounter
impl Debug for PinCounter
Source§impl Default for PinCounter
impl Default for PinCounter
Source§fn default() -> PinCounter
fn default() -> PinCounter
Returns the “default value” for a type. Read more
Source§impl Display for PinCounter
impl Display for PinCounter
Source§impl OutputPin for PinCounter
impl OutputPin for PinCounter
Auto Trait Implementations§
impl Freeze for PinCounter
impl RefUnwindSafe for PinCounter
impl Send for PinCounter
impl Sync for PinCounter
impl Unpin for PinCounter
impl UnwindSafe for PinCounter
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