Struct v8_sys::MaybeInt [] [src]

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

Fields

Trait Implementations

impl Debug for MaybeInt
[src]

Formats the value using the given formatter.

impl Copy for MaybeInt
[src]

impl Clone for MaybeInt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more