pub struct RxDecoder<const CAP: usize> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const CAP: usize> Freeze for RxDecoder<CAP>
impl<const CAP: usize> RefUnwindSafe for RxDecoder<CAP>
impl<const CAP: usize> Send for RxDecoder<CAP>
impl<const CAP: usize> Sync for RxDecoder<CAP>
impl<const CAP: usize> Unpin for RxDecoder<CAP>
impl<const CAP: usize> UnsafeUnpin for RxDecoder<CAP>
impl<const CAP: usize> UnwindSafe for RxDecoder<CAP>
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