pub struct BlinktSpi(_);
Implementations§
source§impl BlinktSpi
impl BlinktSpi
pub fn with_settings( bus: Bus, slave: SlaveSelect, clock_speed_hz: u32, mode: Mode ) -> Result<Self>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BlinktSpi
impl Send for BlinktSpi
impl !Sync for BlinktSpi
impl Unpin for BlinktSpi
impl UnwindSafe for BlinktSpi
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