pub enum KernelKind {
Uniform,
Exponential,
ResonanceGated,
}Variants§
Trait Implementations§
Source§impl Clone for KernelKind
impl Clone for KernelKind
Source§fn clone(&self) -> KernelKind
fn clone(&self) -> KernelKind
Returns a duplicate of the value. Read more
1.0.0 · 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 KernelKind
impl Debug for KernelKind
Source§impl Default for KernelKind
impl Default for KernelKind
Source§impl<'de> Deserialize<'de> for KernelKind
impl<'de> Deserialize<'de> for KernelKind
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
Source§impl PartialEq for KernelKind
impl PartialEq for KernelKind
Source§impl Serialize for KernelKind
impl Serialize for KernelKind
Source§impl ValueEnum for KernelKind
impl ValueEnum for KernelKind
impl Copy for KernelKind
impl Eq for KernelKind
impl StructuralPartialEq for KernelKind
Auto Trait Implementations§
impl Freeze for KernelKind
impl RefUnwindSafe for KernelKind
impl Send for KernelKind
impl Sync for KernelKind
impl Unpin for KernelKind
impl UnsafeUnpin for KernelKind
impl UnwindSafe for KernelKind
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