Struct rpgffi::Trigger [] [src]

#[repr(C)]
pub struct Trigger { pub tgoid: Oid, pub tgname: *mut c_char, pub tgfoid: Oid, pub tgtype: int16, pub tgenabled: c_char, pub tgisinternal: bool_, pub tgconstrrelid: Oid, pub tgconstrindid: Oid, pub tgconstraint: Oid, pub tgdeferrable: bool_, pub tginitdeferred: bool_, pub tgnargs: int16, pub tgnattr: int16, pub tgattr: *mut int16, pub tgargs: *mut *mut c_char, pub tgqual: *mut c_char, }

Fields

Trait Implementations

impl Copy for Trigger
[src]

impl Clone for Trigger
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more