Struct v8_sys::MaybeI32 [] [src]

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

Fields

Trait Implementations

impl Debug for MaybeI32
[src]

Formats the value using the given formatter.

impl Copy for MaybeI32
[src]

impl Clone for MaybeI32
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more