pub enum HalBase {
Cp2130(Cp2130),
None,
}Expand description
Base storage for Hal instances
Variants§
Auto Trait Implementations§
impl Freeze for HalBase
impl RefUnwindSafe for HalBase
impl Send for HalBase
impl Sync for HalBase
impl Unpin for HalBase
impl UnwindSafe for HalBase
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