Struct rsfbclient_core::ibase::paramvary [−][src]
#[repr(C)]pub struct paramvary { pub vary_length: ISC_USHORT, pub vary_string: [ISC_UCHAR; 1], }
Fields
vary_length: ISC_USHORTvary_string: [ISC_UCHAR; 1]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for paramvary
impl UnwindSafe for paramvary
Blanket Implementations
Mutably borrows from an owned value. Read more