#[repr(C)]pub struct relopt_real {
pub gen: relopt_gen,
pub default_val: f64,
pub min: f64,
pub max: f64,
}
Fields§
§gen: relopt_gen
§default_val: f64
§min: f64
§max: f64
Trait Implementations§
Source§impl Clone for relopt_real
impl Clone for relopt_real
Source§fn clone(&self) -> relopt_real
fn clone(&self) -> relopt_real
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for relopt_real
impl Debug for relopt_real
Source§impl Default for relopt_real
impl Default for relopt_real
impl Copy for relopt_real
Auto Trait Implementations§
impl Freeze for relopt_real
impl RefUnwindSafe for relopt_real
impl !Send for relopt_real
impl !Sync for relopt_real
impl Unpin for relopt_real
impl UnwindSafe for relopt_real
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more