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