Struct mimir::ODPIData [] [src]

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

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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ODPIData
[src]

impl Default for ODPIData
[src]

[src]

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

Auto Trait Implementations

impl !Send for ODPIData

impl !Sync for ODPIData