Struct v8_sys::_BooleanObject
[−]
[src]
#[repr(C)]pub struct _BooleanObject(_);
Trait Implementations
impl Debug for _BooleanObject
[src]
impl Copy for _BooleanObject
[src]
impl Clone for _BooleanObject
[src]
fn clone(&self) -> _BooleanObject
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