[][src]Struct parquet::data_type::Int96

pub struct Int96 { /* fields omitted */ }

Rust representation for logical type INT96, value is backed by an array of u32. The type only takes 12 bytes, without extra padding.

Methods

impl Int96
[src]

Creates new INT96 type struct with no data set.

Returns underlying data as slice of u32.

Sets data for this INT96 type.

Trait Implementations

impl AsBytes for Int96
[src]

impl Default for Int96
[src]

impl PartialEq<Int96> for Int96
[src]

This method tests for !=.

impl From<Vec<u32>> for Int96
[src]

impl Clone for Int96
[src]

Performs copy-assignment from source. Read more

impl Debug for Int96
[src]

Auto Trait Implementations

impl Send for Int96

impl Sync for Int96

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<E> SpecializationError for E
[src]

impl<T> Erased for T
[src]

impl<T> Send for T where
    T: ?Sized
[src]

impl<T> Sync for T where
    T: ?Sized
[src]

impl<T> Erased for T

impl<T, U> TryInto for T where
    U: TryFrom<T>,