pub struct RxToken<'a, const MTU: usize> { /* private fields */ }
Expand description
A rx token.
Holds inbound receive channel and interfaces with embassy-net-driver.
Trait Implementations§
Auto Trait Implementations§
impl<'a, const MTU: usize> Freeze for RxToken<'a, MTU>
impl<'a, const MTU: usize> !RefUnwindSafe for RxToken<'a, MTU>
impl<'a, const MTU: usize> !Send for RxToken<'a, MTU>
impl<'a, const MTU: usize> !Sync for RxToken<'a, MTU>
impl<'a, const MTU: usize> Unpin for RxToken<'a, MTU>
impl<'a, const MTU: usize> !UnwindSafe for RxToken<'a, MTU>
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