Struct v8_sys::MaybeF64
[−]
[src]
#[repr(C)]pub struct MaybeF64 { pub is_set: bool, pub value: f64, }
Fields
is_set: bool
value: f64
Trait Implementations
impl Debug for MaybeF64
[src]
impl Copy for MaybeF64
[src]
impl Clone for MaybeF64
[src]
fn clone(&self) -> Self
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