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