pub struct PamojaCobsDecoder { /* private fields */ }Expand description
An opaque handle to a streaming COBS decoder.
Auto Trait Implementations§
impl Freeze for PamojaCobsDecoder
impl RefUnwindSafe for PamojaCobsDecoder
impl Send for PamojaCobsDecoder
impl Sync for PamojaCobsDecoder
impl Unpin for PamojaCobsDecoder
impl UnsafeUnpin for PamojaCobsDecoder
impl UnwindSafe for PamojaCobsDecoder
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