pub struct Float {
pub require: bool,
pub field: String,
pub mode: String,
pub title: String,
pub def: f32,
pub length: i32,
pub dec: usize,
}
Fields§
§require: bool
§field: String
§mode: String
§title: String
§def: f32
§length: i32
§dec: usize
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Float
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