Type Alias nj_core::sys::u_int8_t

source ·
pub type u_int8_t = u8;

Trait Implementations§

source§

impl ToBigInt for u8

source§

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

Converts the value of self to a BigInt.
source§

impl ToBigUint for u8

source§

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

Converts the value of self to a BigUint.
source§

impl TryIntoJs for u8

§

impl Value for u8

§

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

Visits this value with the given Visitor.