Enum etterna::Snap[][src]

pub enum Snap {
    _4th,
    _8th,
    _12th,
    _16th,
    _24th,
    _32th,
    _48th,
    _64th,
    _192th,
}

Variants

_4th
_8th
_12th
_16th
_24th
_32th
_48th
_64th
_192th

Implementations

impl Snap[src]

pub fn from_row(row: u32) -> Self[src]

Trait Implementations

impl Clone for Snap[src]

impl Copy for Snap[src]

impl Debug for Snap[src]

impl Eq for Snap[src]

impl Hash for Snap[src]

impl PartialEq<Snap> for Snap[src]

impl StructuralEq for Snap[src]

impl StructuralPartialEq for Snap[src]

Auto Trait Implementations

impl RefUnwindSafe for Snap

impl Send for Snap

impl Sync for Snap

impl Unpin for Snap

impl UnwindSafe for Snap

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.