[][src]Struct omnisci::serialized_result_set::TSlotSize

pub struct TSlotSize {
    pub padded: Option<i16>,
    pub logical: Option<i16>,
}

Fields

padded: Option<i16>logical: Option<i16>

Methods

impl TSlotSize[src]

pub fn new<F1, F2>(padded: F1, logical: F2) -> TSlotSize where
    F1: Into<Option<i16>>,
    F2: Into<Option<i16>>, 
[src]

pub fn read_from_in_protocol(
    i_prot: &mut dyn TInputProtocol
) -> Result<TSlotSize>
[src]

pub fn write_to_out_protocol(
    &self,
    o_prot: &mut dyn TOutputProtocol
) -> Result<()>
[src]

Trait Implementations

impl Clone for TSlotSize[src]

impl Debug for TSlotSize[src]

impl Default for TSlotSize[src]

impl Eq for TSlotSize[src]

impl Hash for TSlotSize[src]

impl Ord for TSlotSize[src]

impl PartialEq<TSlotSize> for TSlotSize[src]

impl PartialOrd<TSlotSize> for TSlotSize[src]

impl StructuralEq for TSlotSize[src]

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

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

type Err = <U as TryFrom<T>>::Err