Type Alias nj_core::sys::user_size_t

source ·
pub type user_size_t = u64;

Trait Implementations§

source§

impl ToBigInt for u64

source§

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

Converts the value of self to a BigInt.
source§

impl ToBigUint for u64

source§

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

Converts the value of self to a BigUint.
source§

impl TryIntoJs for u64

§

impl Value for u64

§

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

Visits this value with the given Visitor.