Struct embedded_hal_fuzz::digital::InputPinFuzz
source · [−]pub struct InputPinFuzz<'a, E: FuzzedError<'a>> { /* private fields */ }Expand description
A fuzzed backend for the digital input trait.
Implementations
sourceimpl<'a, E: FuzzedError<'a>> InputPinFuzz<'a, E>
impl<'a, E: FuzzedError<'a>> InputPinFuzz<'a, E>
Trait Implementations
Auto Trait Implementations
impl<'a, E> RefUnwindSafe for InputPinFuzz<'a, E> where
E: RefUnwindSafe,
impl<'a, E> Send for InputPinFuzz<'a, E> where
E: Send,
impl<'a, E> Sync for InputPinFuzz<'a, E> where
E: Sync,
impl<'a, E> Unpin for InputPinFuzz<'a, E> where
E: Unpin,
impl<'a, E> UnwindSafe for InputPinFuzz<'a, E> where
E: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more