Type Alias nj_core::sys::int_fast8_t

source ·
pub type int_fast8_t = i8;

Trait Implementations§

source§

impl ToBigInt for i8

source§

fn to_bigint(&self) -> Option<BigInt>

Converts the value of self to a BigInt.
source§

impl ToBigUint for i8

source§

fn to_biguint(&self) -> Option<BigUint>

Converts the value of self to a BigUint.
source§

impl TryIntoJs for i8

§

impl Value for i8

§

fn record(&self, key: &Field, visitor: &mut dyn Visit)

Visits this value with the given Visitor.