Type Alias nj_core::sys::int_fast16_t

source ·
pub type int_fast16_t = i16;

Trait Implementations§

source§

impl ToBigInt for i16

source§

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

Converts the value of self to a BigInt.
source§

impl ToBigUint for i16

source§

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

Converts the value of self to a BigUint.
source§

impl TryIntoJs for i16

§

impl Value for i16

§

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

Visits this value with the given Visitor.