pub struct SignalProcessorConfig {
pub verbose: bool,
pub fs: f64,
pub channel: usize,
pub enable_debug_logging: bool,
}Fields§
§verbose: bool§fs: f64§channel: usize§enable_debug_logging: boolTrait Implementations§
Source§impl Clone for SignalProcessorConfig
impl Clone for SignalProcessorConfig
Source§fn clone(&self) -> SignalProcessorConfig
fn clone(&self) -> SignalProcessorConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SignalProcessorConfig
impl Debug for SignalProcessorConfig
Source§impl<'de> Deserialize<'de> for SignalProcessorConfig
impl<'de> Deserialize<'de> for SignalProcessorConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SignalProcessorConfig
impl RefUnwindSafe for SignalProcessorConfig
impl Send for SignalProcessorConfig
impl Sync for SignalProcessorConfig
impl Unpin for SignalProcessorConfig
impl UnsafeUnpin for SignalProcessorConfig
impl UnwindSafe for SignalProcessorConfig
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