Struct v8_sys::MaybeInt
[−]
[src]
#[repr(C)]pub struct MaybeInt { pub is_set: bool, pub value: c_int, }
Fields
is_set: bool
value: c_int
Trait Implementations
impl Debug for MaybeInt
[src]
impl Copy for MaybeInt
[src]
impl Clone for MaybeInt
[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more