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