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_UCHARTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for paramdsc
impl UnwindSafe for paramdsc
Blanket Implementations
Mutably borrows from an owned value. Read more