Struct v8_sys::MaybeI64 [] [src]

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

Fields

Trait Implementations

impl Debug for MaybeI64
[src]

Formats the value using the given formatter.

impl Copy for MaybeI64
[src]

impl Clone for MaybeI64
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more