Struct v8_sys::MaybeU64 [] [src]

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

Fields

Trait Implementations

impl Debug for MaybeU64
[src]

Formats the value using the given formatter.

impl Copy for MaybeU64
[src]

impl Clone for MaybeU64
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more