Struct rpgffi::varatt_external [] [src]

#[repr(C)]
pub struct varatt_external { pub va_rawsize: int32, pub va_extsize: int32, pub va_valueid: Oid, pub va_toastrelid: Oid, }

Fields

Trait Implementations

impl Copy for varatt_external
[src]

impl Clone for varatt_external
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more