Struct rpgffi::tupleConstr [] [src]

#[repr(C)]
pub struct tupleConstr { pub defval: *mut AttrDefault, pub check: *mut ConstrCheck, pub num_defval: uint16, pub num_check: uint16, pub has_not_null: bool_, }

Fields

Trait Implementations

impl Copy for tupleConstr
[src]

impl Clone for tupleConstr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more