pub struct DeconstructedEmissionData {
pub emitted_bytes: usize,
pub labels_to_position_map: HashMap<Label, usize>,
}
Fields§
§emitted_bytes: usize
§labels_to_position_map: HashMap<Label, usize>
Auto Trait Implementations§
impl Freeze for DeconstructedEmissionData
impl RefUnwindSafe for DeconstructedEmissionData
impl Send for DeconstructedEmissionData
impl Sync for DeconstructedEmissionData
impl Unpin for DeconstructedEmissionData
impl UnwindSafe for DeconstructedEmissionData
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