pub struct Sma<'d, T: Instance> { /* private fields */ }Expand description
Station Management Agent.
This peripheral is used for SMI reads and writes to the connected ethernet PHY/device(s).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'d, T> Freeze for Sma<'d, T>where
T: Freeze,
impl<'d, T> RefUnwindSafe for Sma<'d, T>where
T: RefUnwindSafe,
impl<'d, T> Send for Sma<'d, T>
impl<'d, T> Sync for Sma<'d, T>where
T: Sync,
impl<'d, T> Unpin for Sma<'d, T>where
T: Unpin,
impl<'d, T> !UnwindSafe for Sma<'d, T>
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