pub struct Mcp79411(/* private fields */);Expand description
MCP79411 IC marker
Trait Implementations§
impl WithBatteryPower for Mcp79411
impl WithEeprom for Mcp79411
impl WithEui48 for Mcp79411
impl WithProtectedEeprom for Mcp79411
Auto Trait Implementations§
impl Freeze for Mcp79411
impl RefUnwindSafe for Mcp79411
impl Send for Mcp79411
impl Sync for Mcp79411
impl Unpin for Mcp79411
impl UnwindSafe for Mcp79411
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