pub struct Decoder<'a> { /* private fields */ }Expand description
A struct for decoding bytes.
This is not part of the MiniTxRx struct itself because we do not want to
require access to resources when decoding bytes.
Implementations§
Auto Trait Implementations§
impl<'a> !UnwindSafe for Decoder<'a>
impl<'a> Freeze for Decoder<'a>
impl<'a> RefUnwindSafe for Decoder<'a>
impl<'a> Send for Decoder<'a>
impl<'a> Sync for Decoder<'a>
impl<'a> Unpin for Decoder<'a>
impl<'a> UnsafeUnpin for Decoder<'a>
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