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