[][src]Struct arrow::ipc::gen::Schema::Endianness

#[repr(transparent)]pub struct Endianness(pub i16);

Endianness of the platform producing the data

Implementations

impl Endianness[src]

pub const Little: Self[src]

pub const Big: Self[src]

pub const ENUM_MIN: i16[src]

pub const ENUM_MAX: i16[src]

pub const ENUM_VALUES: &'static [Self][src]

pub fn variant_name(self) -> Option<&'static str>[src]

Returns the variant's name or "" if unknown.

Trait Implementations

impl Clone for Endianness[src]

impl Copy for Endianness[src]

impl Debug for Endianness[src]

impl EndianScalar for Endianness[src]

impl Eq for Endianness[src]

impl<'a> Follow<'a> for Endianness[src]

type Inner = Self

impl Hash for Endianness[src]

impl Ord for Endianness[src]

impl PartialEq<Endianness> for Endianness[src]

impl PartialOrd<Endianness> for Endianness[src]

impl Push for Endianness[src]

type Output = Endianness

impl SimpleToVerifyInSlice for Endianness[src]

impl StructuralEq for Endianness[src]

impl StructuralPartialEq for Endianness[src]

impl<'a> Verifiable for Endianness[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<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,