Type Alias nj_core::sys::__darwin_suseconds_t

source ·
pub type __darwin_suseconds_t = i32;

Trait Implementations§

source§

impl JSValue<'_> for i32

source§

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

source§

fn label() -> &'static str

source§

impl ToBigInt for i32

source§

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

Converts the value of self to a BigInt.
source§

impl ToBigUint for i32

source§

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

Converts the value of self to a BigUint.
source§

impl TryIntoJs for i32

§

impl Value for i32

§

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

Visits this value with the given Visitor.