pub struct Float {
    pub require: bool,
    pub field: String,
    pub mode: String,
    pub title: String,
    pub def: f32,
    pub length: i32,
    pub dec: usize,
    pub show: bool,
    pub describe: String,
}Fields§
§require: bool§field: String§mode: String§title: String§def: f32§length: i32§dec: usize§show: bool§describe: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Float
impl Send for Float
impl Sync for Float
impl Unpin for Float
impl UnwindSafe for Float
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