#[repr(C)]pub struct lpf {
pub alpha: float,
pub output: float,
}Expand description
Low Pass Filter
Fields§
§alpha: floatfilter coefficient
output: floatfilter output
Implementations§
Auto Trait Implementations§
impl Freeze for lpf
impl RefUnwindSafe for lpf
impl Send for lpf
impl Sync for lpf
impl Unpin for lpf
impl UnwindSafe for lpf
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