Struct v8_sys::MaybeI32
[−]
[src]
#[repr(C)]pub struct MaybeI32 { pub is_set: bool, pub value: i32, }
Fields
is_set: bool
value: i32
Trait Implementations
impl Debug for MaybeI32
[src]
impl Copy for MaybeI32
[src]
impl Clone for MaybeI32
[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