pub type integral_constant_type = u8;

Trait Implementations§

source§

impl As<f64> for u8

source§

fn cast(self) -> f64

source§

impl FromJSValConvertible for u8

§

type Config = ConversionBehavior

Optional configurable behaviour switch; use () for no configuration.
source§

unsafe fn from_jsval( cx: *mut JSContext, val: HandleValue<'_>, option: ConversionBehavior ) -> Result<ConversionResult<u8>, ()>

Convert val to type Self. Optional configuration of type T can be passed as the option argument. If it returns Err(()), a JSAPI exception is pending. If it returns Ok(Failure(reason)), there is no pending JSAPI exception.
source§

impl ToJSValConvertible for u8

source§

unsafe fn to_jsval(&self, _cx: *mut JSContext, rval: MutableHandleValue<'_>)

Convert self to a JSVal. JSAPI failure causes a panic.
source§

impl Traceable for u8

source§

unsafe fn trace(&self, _: *mut JSTracer)

Trace self.