Struct v8_sys::MaybeF64 [] [src]

#[repr(C)]
pub struct MaybeF64 { pub is_set: bool, pub value: f64, }

Fields

Trait Implementations

impl Debug for MaybeF64
[src]

Formats the value using the given formatter.

impl Copy for MaybeF64
[src]

impl Clone for MaybeF64
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more