Struct adder_codec_rs::transcoder::event_pixel::IntegrationTracker
source · [−]pub struct IntegrationTracker {
pub intensity_original: Intensity,
pub intensity_left: Intensity,
pub delta_t_original: f32,
pub delta_t_left: f32,
pub delta_t_to_add: f32,
pub delta_t_max: DeltaT,
}
Fields
intensity_original: Intensity
intensity_left: Intensity
delta_t_original: f32
delta_t_left: f32
delta_t_to_add: f32
delta_t_max: DeltaT
Auto Trait Implementations
impl RefUnwindSafe for IntegrationTracker
impl Send for IntegrationTracker
impl Sync for IntegrationTracker
impl Unpin for IntegrationTracker
impl UnwindSafe for IntegrationTracker
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more