Struct mimir::ODPIData [] [src]

#[repr(C)]
pub struct ODPIData { pub is_null: c_int, pub value: ODPIDataValueUnion, }

This structure is used for passing data to and from the database for variables and for manipulating object attributes and collection values.

Fields

Specifies if the value refers to a null value (1) or not (0).

Specifies the value that is being passed or received.

Trait Implementations

impl Clone for ODPIData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ODPIData
[src]

impl Default for ODPIData
[src]

Returns the "default value" for a type. Read more