Struct rpgffi::ForeignTable [] [src]

#[repr(C)]
pub struct ForeignTable { pub relid: Oid, pub serverid: Oid, pub options: *mut List, }

Fields

Trait Implementations

impl Copy for ForeignTable
[src]

impl Clone for ForeignTable
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more