pub struct HalInst {
pub base: HalBase,
pub spi: HalSpi,
pub pins: HalPins,
}Expand description
HAL instance
Fields§
§base: HalBase§spi: HalSpi§pins: HalPinsImplementations§
Auto Trait Implementations§
impl Freeze for HalInst
impl RefUnwindSafe for HalInst
impl Send for HalInst
impl Sync for HalInst
impl Unpin for HalInst
impl UnwindSafe for HalInst
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