pub enum HcSr04Error {
Io,
Init,
LineEventHandleRequest,
PollFd,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HcSr04Error
impl RefUnwindSafe for HcSr04Error
impl Send for HcSr04Error
impl Sync for HcSr04Error
impl Unpin for HcSr04Error
impl UnsafeUnpin for HcSr04Error
impl UnwindSafe for HcSr04Error
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