Struct rpgffi::relopt_string [] [src]

#[repr(C)]
pub struct relopt_string { pub gen: relopt_gen, pub default_len: c_int, pub default_isnull: bool_, pub validate_cb: validate_string_relopt, pub default_val: *mut c_char, }

Fields

Trait Implementations

impl Copy for relopt_string
[src]

impl Clone for relopt_string
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more