Struct rpgffi::relopt_int [] [src]

#[repr(C)]
pub struct relopt_int { pub gen: relopt_gen, pub default_val: c_int, pub min: c_int, pub max: c_int, }

Fields

Trait Implementations

impl Copy for relopt_int
[src]

impl Clone for relopt_int
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more