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