Struct rsfbclient_core::ibase::paramdsc[][src]

#[repr(C)]pub struct paramdsc {
    pub dsc_dtype: ISC_UCHAR,
    pub dsc_scale: c_schar,
    pub dsc_length: ISC_USHORT,
    pub dsc_sub_type: c_short,
    pub dsc_flags: ISC_USHORT,
    pub dsc_address: *mut ISC_UCHAR,
}

Fields

dsc_dtype: ISC_UCHARdsc_scale: c_schardsc_length: ISC_USHORTdsc_sub_type: c_shortdsc_flags: ISC_USHORTdsc_address: *mut ISC_UCHAR

Trait Implementations

impl Clone for paramdsc[src]

impl Copy for paramdsc[src]

impl Debug for paramdsc[src]

Auto Trait Implementations

impl RefUnwindSafe for paramdsc

impl !Send for paramdsc

impl !Sync for paramdsc

impl Unpin for paramdsc

impl UnwindSafe for paramdsc

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.