Union kdb_c_api::k0_inner[][src]

#[repr(C)]
pub union k0_inner {
    pub byte: G,
    pub short: H,
    pub int: I,
    pub long: J,
    pub real: E,
    pub float: F,
    pub symbol: S,
    pub table: *mut k0,
    pub list: k0_list_info,
}
Expand description

Underlying atom value of q object.

Note

Usually this struct does not need to be accessed directly unless user wants to access via a raw pointer for non-trivial stuff.

Fields

byte: G

Byte type holder.

short: H

Short type holder.

int: I

Int type holder.

long: J

Long type older.

real: E

Real type holder.

float: F

Float type holder.

symbol: S

Symbol type holder.

table: *mut k0

Table type holder.

list: k0_list_info

List type holder.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.