Type Alias nj_core::sys::__darwin_ptrdiff_t

source ·
pub type __darwin_ptrdiff_t = i64;

Trait Implementations§

source§

impl JSValue<'_> for i64

source§

fn convert_to_rust(env: &JsEnv, js_value: napi_value) -> Result<Self, NjError>

source§

fn label() -> &'static str

source§

impl ToBigInt for i64

source§

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

Converts the value of self to a BigInt.
source§

impl ToBigUint for i64

source§

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

Converts the value of self to a BigUint.
source§

impl TryIntoJs for i64

§

impl Value for i64

§

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

Visits this value with the given Visitor.