Struct rpgffi::relopt_real [] [src]

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

Fields

Trait Implementations

impl Copy for relopt_real
[src]

impl Clone for relopt_real
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more