pub struct JsLookupTableFp {
pub id: i32,
pub data: Vec<Uint8Array>,
}Fields§
§id: i32§data: Vec<Uint8Array>Trait Implementations§
Source§impl FromNapiValue for JsLookupTableFp
impl FromNapiValue for JsLookupTableFp
Source§unsafe fn from_napi_value(
env: napi_env,
napi_val: napi_value,
) -> Result<JsLookupTableFp>
unsafe fn from_napi_value( env: napi_env, napi_val: napi_value, ) -> Result<JsLookupTableFp>
Safety Read more
fn from_unknown(value: Unknown<'_>) -> Result<Self, Error>
Source§impl ToNapiValue for JsLookupTableFp
impl ToNapiValue for JsLookupTableFp
Source§unsafe fn to_napi_value(
env: napi_env,
val: JsLookupTableFp,
) -> Result<napi_value>
unsafe fn to_napi_value( env: napi_env, val: JsLookupTableFp, ) -> Result<napi_value>
Safety Read more
fn into_unknown(self, env: &Env) -> Result<Unknown<'_>, Error>
Source§impl TypeName for JsLookupTableFp
impl TypeName for JsLookupTableFp
Auto Trait Implementations§
impl Freeze for JsLookupTableFp
impl !RefUnwindSafe for JsLookupTableFp
impl Send for JsLookupTableFp
impl Sync for JsLookupTableFp
impl Unpin for JsLookupTableFp
impl UnsafeUnpin for JsLookupTableFp
impl !UnwindSafe for JsLookupTableFp
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