#[repr(u32)]pub enum VlHomogeneousKernelMapWindowType {
VlHomogeneousKernelMapWindowUniform = 0,
VlHomogeneousKernelMapWindowRectangular = 1,
}Expand description
@brief Type of spectral windowing function
Variants§
Trait Implementations§
Source§impl Clone for VlHomogeneousKernelMapWindowType
impl Clone for VlHomogeneousKernelMapWindowType
Source§fn clone(&self) -> VlHomogeneousKernelMapWindowType
fn clone(&self) -> VlHomogeneousKernelMapWindowType
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 PartialEq for VlHomogeneousKernelMapWindowType
impl PartialEq for VlHomogeneousKernelMapWindowType
Source§fn eq(&self, other: &VlHomogeneousKernelMapWindowType) -> bool
fn eq(&self, other: &VlHomogeneousKernelMapWindowType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VlHomogeneousKernelMapWindowType
impl Eq for VlHomogeneousKernelMapWindowType
impl StructuralPartialEq for VlHomogeneousKernelMapWindowType
Auto Trait Implementations§
impl Freeze for VlHomogeneousKernelMapWindowType
impl RefUnwindSafe for VlHomogeneousKernelMapWindowType
impl Send for VlHomogeneousKernelMapWindowType
impl Sync for VlHomogeneousKernelMapWindowType
impl Unpin for VlHomogeneousKernelMapWindowType
impl UnwindSafe for VlHomogeneousKernelMapWindowType
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