[][src]Struct gaborator_sys::CoefMeta

#[repr(C)]pub struct CoefMeta {
    pub band: i32,
    pub sample_time: i64,
}

Additional data for read_coefficients_with_meta or write_coefficients_with_meta

Fields

band: i32

The band number of the frequency band the coefficients pertain to. This may be either a bandpass band or the lowpass band.

sample_time: i64

The point in time the coefficients pertain to, in samples

Trait Implementations

impl Clone for CoefMeta[src]

impl Copy for CoefMeta[src]

impl Debug for CoefMeta[src]

impl Default for CoefMeta[src]

impl Eq for CoefMeta[src]

impl ExternType for CoefMeta[src]

type Id = (g, a, b, b, r, i, d, g, e, (), C, o, e, f, M, e, t, a)

A type-level representation of the type's C++ namespace and type name. Read more

type Kind = Trivial

impl Hash for CoefMeta[src]

impl Ord for CoefMeta[src]

impl PartialEq<CoefMeta> for CoefMeta[src]

impl PartialOrd<CoefMeta> for CoefMeta[src]

impl StructuralEq for CoefMeta[src]

impl StructuralPartialEq for CoefMeta[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.