Type Alias mozjs_sys::jsapi::mozilla::Generation

source ·
pub type Generation = Opaque<u64>;
Expand description

Opaque is a replacement for integral T in cases where only comparisons must be supported, and it’s desirable to prevent accidental dependency on exact values.

Aliased Type§

struct Generation {
    pub mValue: u64,
    pub _phantom_0: PhantomData<UnsafeCell<u64>>,
}

Fields§

§mValue: u64§_phantom_0: PhantomData<UnsafeCell<u64>>