Struct cdrs::frame::frame_result::CTuple[][src]

pub struct CTuple {
    pub types: Vec<ColTypeOption>,
}

User defined type. Read more...

Fields

List of types.

Trait Implementations

impl Debug for CTuple
[src]

Formats the value using the given formatter. Read more

impl Clone for CTuple
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl FromCursor for CTuple
[src]

It should return an implementor from an io::Cursor over an array of bytes.

Auto Trait Implementations

impl Send for CTuple

impl Sync for CTuple