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