pub enum QwiicButtonError {
AddressError,
}
Expand description
Runtime API errors.
Variants§
AddressError
The address specified for the set_device_address
function is outside of the valid range
of 0x08 - 0x77.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QwiicButtonError
impl RefUnwindSafe for QwiicButtonError
impl Send for QwiicButtonError
impl Sync for QwiicButtonError
impl Unpin for QwiicButtonError
impl UnwindSafe for QwiicButtonError
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