Struct rpgffi::DomainConstraintState [] [src]

#[repr(C)]
pub struct DomainConstraintState { pub type_: NodeTag, pub constrainttype: DomainConstraintType, pub name: *mut c_char, pub check_expr: *mut ExprState, }

Fields

Trait Implementations

impl Copy for DomainConstraintState
[src]

impl Clone for DomainConstraintState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more