pub struct RxRunner<'d, const MTU: usize> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<'d, const MTU: usize> Freeze for RxRunner<'d, MTU>
impl<'d, const MTU: usize> !RefUnwindSafe for RxRunner<'d, MTU>
impl<'d, const MTU: usize> !Send for RxRunner<'d, MTU>
impl<'d, const MTU: usize> !Sync for RxRunner<'d, MTU>
impl<'d, const MTU: usize> Unpin for RxRunner<'d, MTU>
impl<'d, const MTU: usize> !UnwindSafe for RxRunner<'d, 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