pub struct Max31855<SPI> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<SPI> Freeze for Max31855<SPI>where
SPI: Freeze,
impl<SPI> RefUnwindSafe for Max31855<SPI>where
SPI: RefUnwindSafe,
impl<SPI> Send for Max31855<SPI>where
SPI: Send,
impl<SPI> Sync for Max31855<SPI>where
SPI: Sync,
impl<SPI> Unpin for Max31855<SPI>where
SPI: Unpin,
impl<SPI> UnwindSafe for Max31855<SPI>where
SPI: UnwindSafe,
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