pub enum W5500 {}
Expand description
Wiznet W5500 chip.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W5500
impl RefUnwindSafe for W5500
impl Send for W5500
impl Sync for W5500
impl Unpin for W5500
impl UnwindSafe for W5500
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