pub struct SmoltcpTimebase();Available on crate feature
smoltcp only.Expand description
Implementing the Timebase abstraction in terms of smoltcp types
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SmoltcpTimebase
impl RefUnwindSafe for SmoltcpTimebase
impl Send for SmoltcpTimebase
impl Sync for SmoltcpTimebase
impl Unpin for SmoltcpTimebase
impl UnwindSafe for SmoltcpTimebase
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