pub enum DataDomain {
Time,
Frequency,
}Expand description
The domain of a data vector
Variants§
Trait Implementations§
Source§impl Clone for DataDomain
impl Clone for DataDomain
Source§fn clone(&self) -> DataDomain
fn clone(&self) -> DataDomain
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 DataDomain
impl Debug for DataDomain
Source§impl PartialEq for DataDomain
impl PartialEq for DataDomain
impl Copy for DataDomain
impl StructuralPartialEq for DataDomain
Auto Trait Implementations§
impl Freeze for DataDomain
impl RefUnwindSafe for DataDomain
impl Send for DataDomain
impl Sync for DataDomain
impl Unpin for DataDomain
impl UnwindSafe for DataDomain
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