Enum bad64_sys::ArrangementSpec[][src]

#[repr(u32)]pub enum ArrangementSpec {
    ARRSPEC_NONE,
    ARRSPEC_FULL,
    ARRSPEC_2DOUBLES,
    ARRSPEC_4SINGLES,
    ARRSPEC_8HALVES,
    ARRSPEC_16BYTES,
    ARRSPEC_1DOUBLE,
    ARRSPEC_2SINGLES,
    ARRSPEC_4HALVES,
    ARRSPEC_8BYTES,
    ARRSPEC_1SINGLE,
    ARRSPEC_2HALVES,
    ARRSPEC_4BYTES,
    ARRSPEC_1HALF,
    ARRSPEC_1BYTE,
}

Variants

ARRSPEC_NONE
ARRSPEC_FULL
ARRSPEC_2DOUBLES
ARRSPEC_4SINGLES
ARRSPEC_8HALVES
ARRSPEC_16BYTES
ARRSPEC_1DOUBLE
ARRSPEC_2SINGLES
ARRSPEC_4HALVES
ARRSPEC_8BYTES
ARRSPEC_1SINGLE
ARRSPEC_2HALVES
ARRSPEC_4BYTES
ARRSPEC_1HALF
ARRSPEC_1BYTE

Trait Implementations

impl Clone for ArrangementSpec[src]

impl Copy for ArrangementSpec[src]

impl Debug for ArrangementSpec[src]

impl Eq for ArrangementSpec[src]

impl Hash for ArrangementSpec[src]

impl PartialEq<ArrangementSpec> for ArrangementSpec[src]

impl StructuralEq for ArrangementSpec[src]

impl StructuralPartialEq for ArrangementSpec[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.