pub struct RaspberryPiBPlus { /* private fields */ }
Expand description
A concrete device for using the Trellis with a Raspberry Pi 2 B+.
Implementations§
Source§impl RaspberryPiBPlus
impl RaspberryPiBPlus
pub fn new() -> RaspberryPiBPlus
Trait Implementations§
Source§impl I2CMasterDevice for RaspberryPiBPlus
impl I2CMasterDevice for RaspberryPiBPlus
Auto Trait Implementations§
impl Freeze for RaspberryPiBPlus
impl RefUnwindSafe for RaspberryPiBPlus
impl Send for RaspberryPiBPlus
impl Sync for RaspberryPiBPlus
impl Unpin for RaspberryPiBPlus
impl UnwindSafe for RaspberryPiBPlus
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