Enum neovim_lib::Float
[−]
[src]
pub enum Float { F32(f32), F64(f64), }
Variants
F32(f32)
F64(f64)
Trait Implementations
impl Copy for Float
[src]
impl Clone for Float
[src]
fn clone(&self) -> Float
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more