Struct cobs::DecodeReport
source · pub struct DecodeReport {
pub src_used: usize,
pub dst_used: usize,
}
Expand description
A report of the source and destination bytes used during in-place decoding
Fields§
§src_used: usize
§dst_used: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DecodeReport
impl RefUnwindSafe for DecodeReport
impl Send for DecodeReport
impl Sync for DecodeReport
impl Unpin for DecodeReport
impl UnwindSafe for DecodeReport
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