Struct napi_h::bindgen_prelude::i64n
source · #[repr(transparent)]pub struct i64n(pub i64);
Expand description
i64 is converted to Number
Tuple Fields§
§0: i64
Trait Implementations§
source§impl ToNapiValue for i64n
impl ToNapiValue for i64n
source§unsafe fn to_napi_value(env: napi_env, val: Self) -> Result<napi_value>
unsafe fn to_napi_value(env: napi_env, val: Self) -> Result<napi_value>
Safety Read more
Auto Trait Implementations§
impl Freeze for i64n
impl RefUnwindSafe for i64n
impl Send for i64n
impl Sync for i64n
impl Unpin for i64n
impl UnwindSafe for i64n
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more