Struct v8_sys::MaybeULong [] [src]

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

Fields

Trait Implementations

impl Debug for MaybeULong
[src]

Formats the value using the given formatter.

impl Copy for MaybeULong
[src]

impl Clone for MaybeULong
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more