Struct v8_sys::MaybeU32 [] [src]

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

Fields

Trait Implementations

impl Debug for MaybeU32
[src]

Formats the value using the given formatter.

impl Copy for MaybeU32
[src]

impl Clone for MaybeU32
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more