[][src]Struct fon::chan::Ch64

#[repr(transparent)]pub struct Ch64(_);

64-bit sample Channel.

Implementations

impl Ch64[src]

pub fn new(value: f64) -> Self[src]

Create a new 64-bit Channel value.

Trait Implementations

impl<R: Into<Self>> Add<R> for Ch64[src]

type Output = Self

The resulting type after applying the + operator.

impl<R: Into<Self>> AddAssign<R> for Ch64[src]

impl Channel for Ch64[src]

impl Clone for Ch64[src]

impl Copy for Ch64[src]

impl Debug for Ch64[src]

impl Default for Ch64[src]

impl<R: Into<Self>> Div<R> for Ch64[src]

type Output = Self

The resulting type after applying the / operator.

impl<R: Into<Self>> DivAssign<R> for Ch64[src]

impl Eq for Ch64[src]

impl From<Ch16> for Ch64[src]

impl From<Ch32> for Ch64[src]

impl From<Ch64> for Ch8[src]

impl From<Ch64> for Ch16[src]

impl From<Ch64> for Ch32[src]

impl From<Ch8> for Ch64[src]

impl<R: Into<Self>> Mul<R> for Ch64[src]

type Output = Self

The resulting type after applying the * operator.

impl<R: Into<Self>> MulAssign<R> for Ch64[src]

impl Neg for Ch64[src]

type Output = Ch64

The resulting type after applying the - operator.

pub fn neg(self) -> Self[src]

Invert sound wave (-x).

impl PartialEq<Ch64> for Ch64[src]

impl PartialOrd<Ch64> for Ch64[src]

impl StructuralPartialEq for Ch64[src]

impl<R: Into<Self>> Sub<R> for Ch64[src]

type Output = Self

The resulting type after applying the - operator.

impl<R: Into<Self>> SubAssign<R> for Ch64[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.