Struct atsamd_hal::pukcc::SelfTestFailure
source · [−]pub struct SelfTestFailure(_);
Expand description
An error type representing failure modes a Pukcc::self_test
service
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SelfTestFailure
impl Send for SelfTestFailure
impl Sync for SelfTestFailure
impl Unpin for SelfTestFailure
impl UnwindSafe for SelfTestFailure
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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