Struct rsfbclient_core::ibase::ISC_ARRAY_DESC[][src]

#[repr(C)]pub struct ISC_ARRAY_DESC {
    pub array_desc_dtype: ISC_UCHAR,
    pub array_desc_scale: ISC_SCHAR,
    pub array_desc_length: c_ushort,
    pub array_desc_field_name: [ISC_SCHAR; 32],
    pub array_desc_relation_name: [ISC_SCHAR; 32],
    pub array_desc_dimensions: c_short,
    pub array_desc_flags: c_short,
    pub array_desc_bounds: [ISC_ARRAY_BOUND; 16],
}

Fields

array_desc_dtype: ISC_UCHARarray_desc_scale: ISC_SCHARarray_desc_length: c_ushortarray_desc_field_name: [ISC_SCHAR; 32]array_desc_relation_name: [ISC_SCHAR; 32]array_desc_dimensions: c_shortarray_desc_flags: c_shortarray_desc_bounds: [ISC_ARRAY_BOUND; 16]

Trait Implementations

impl Clone for ISC_ARRAY_DESC[src]

impl Copy for ISC_ARRAY_DESC[src]

impl Debug for ISC_ARRAY_DESC[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.