[][src]Struct soundio::i24

pub struct i24(_);

Methods

impl i24[src]

pub fn min_value() -> i32[src]

pub fn max_value() -> i32[src]

Trait Implementations

impl Clone for i24[src]

impl Copy for i24[src]

impl Debug for i24[src]

impl Default for i24[src]

impl Eq for i24[src]

impl Ord for i24[src]

impl PartialEq<i24> for i24[src]

impl PartialOrd<i24> for i24[src]

impl Sample for i24[src]

impl StructuralEq for i24[src]

impl StructuralPartialEq for i24[src]

Auto Trait Implementations

impl RefUnwindSafe for i24

impl Send for i24

impl Sync for i24

impl Unpin for i24

impl UnwindSafe for i24

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.