[−][src]Struct basic_dsp::TypeMetaData
Holds meta data about a type.
Trait Implementations
impl<T, N, D> Clone for TypeMetaData<T, N, D> where
N: Clone,
T: Clone,
D: Clone, [src]
N: Clone,
T: Clone,
D: Clone,
pub fn clone(&self) -> TypeMetaData<T, N, D>[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<T, N, D> Copy for TypeMetaData<T, N, D> where
N: Copy,
T: Copy,
D: Copy, [src]
N: Copy,
T: Copy,
D: Copy,
impl<T, N, D> MetaData for TypeMetaData<T, N, D> where
N: NumberSpace,
T: RealNumber,
D: Domain, [src]
N: NumberSpace,
T: RealNumber,
D: Domain,
pub fn domain(&self) -> DataDomain[src]
pub fn is_complex(&self) -> bool[src]
Auto Trait Implementations
impl<T, N, D> RefUnwindSafe for TypeMetaData<T, N, D> where
D: RefUnwindSafe,
N: RefUnwindSafe,
T: RefUnwindSafe, [src]
D: RefUnwindSafe,
N: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, N, D> Send for TypeMetaData<T, N, D> where
D: Send,
N: Send,
T: Send, [src]
D: Send,
N: Send,
T: Send,
impl<T, N, D> Sync for TypeMetaData<T, N, D> where
D: Sync,
N: Sync,
T: Sync, [src]
D: Sync,
N: Sync,
T: Sync,
impl<T, N, D> Unpin for TypeMetaData<T, N, D> where
D: Unpin,
N: Unpin,
T: Unpin, [src]
D: Unpin,
N: Unpin,
T: Unpin,
impl<T, N, D> UnwindSafe for TypeMetaData<T, N, D> where
D: UnwindSafe,
N: UnwindSafe,
T: UnwindSafe, [src]
D: UnwindSafe,
N: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,