Struct v8_sys::MaybeBool [] [src]

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

Fields

Trait Implementations

impl Debug for MaybeBool
[src]

Formats the value using the given formatter.

impl Copy for MaybeBool
[src]

impl Clone for MaybeBool
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more