#[repr(u8)]pub enum AwdFilterOrder {
FastSinc = 0,
Sinc1 = 1,
Sinc2 = 2,
Sinc3 = 3,
}Expand description
Filter order of the analog watchdog’s fast filter.
Variants§
Trait Implementations§
Source§impl Clone for AwdFilterOrder
impl Clone for AwdFilterOrder
Source§fn clone(&self) -> AwdFilterOrder
fn clone(&self) -> AwdFilterOrder
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 moreimpl Copy for AwdFilterOrder
Source§impl Debug for AwdFilterOrder
impl Debug for AwdFilterOrder
impl Eq for AwdFilterOrder
Source§impl From<AwdFilterConfig> for AwdFilterOrder
impl From<AwdFilterConfig> for AwdFilterOrder
Source§fn from(value: AwdFilterConfig) -> Self
fn from(value: AwdFilterConfig) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AwdFilterOrder
impl PartialEq for AwdFilterOrder
impl StructuralPartialEq for AwdFilterOrder
Auto Trait Implementations§
impl Freeze for AwdFilterOrder
impl RefUnwindSafe for AwdFilterOrder
impl Send for AwdFilterOrder
impl Sync for AwdFilterOrder
impl Unpin for AwdFilterOrder
impl UnsafeUnpin for AwdFilterOrder
impl UnwindSafe for AwdFilterOrder
Blanket Implementations§
impl<T, I> Binding<I, NoHandler<I>> for T
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