pub struct NapiFpSrs(pub Arc<SRS<Vesta>>);Tuple Fields§
§0: Arc<SRS<Vesta>>Implementations§
Trait Implementations§
Source§impl FromNapiMutRef for NapiFpSrs
impl FromNapiMutRef for NapiFpSrs
Source§unsafe fn from_napi_mut_ref(
env: napi_env,
napi_val: napi_value,
) -> Result<&'static mut Self>
unsafe fn from_napi_mut_ref( env: napi_env, napi_val: napi_value, ) -> Result<&'static mut Self>
Safety Read more
Source§impl FromNapiRef for NapiFpSrs
impl FromNapiRef for NapiFpSrs
Source§unsafe fn from_napi_ref(
env: napi_env,
napi_val: napi_value,
) -> Result<&'static Self>
unsafe fn from_napi_ref( env: napi_env, napi_val: napi_value, ) -> Result<&'static Self>
Safety Read more
Source§impl FromNapiValue for NapiFpSrs
impl FromNapiValue for NapiFpSrs
Source§unsafe fn from_napi_value(env: napi_env, napi_val: napi_value) -> Result<Self>
unsafe fn from_napi_value(env: napi_env, napi_val: napi_value) -> Result<Self>
Safety Read more
fn from_unknown(value: Unknown<'_>) -> Result<Self, Error>
Source§impl JavaScriptClassExt for NapiFpSrs
impl JavaScriptClassExt for NapiFpSrs
fn into_instance<'scope>( self, env: &'scope Env, ) -> Result<ClassInstance<'scope, Self>>
fn into_reference(self, env: Env) -> Result<Reference<Self>>
fn instance_of<'env, V: JsValue<'env>>(env: &Env, value: &V) -> Result<bool>
Source§impl ToNapiValue for NapiFpSrs
impl ToNapiValue for NapiFpSrs
Source§unsafe fn to_napi_value(env: napi_env, val: NapiFpSrs) -> Result<napi_value>
unsafe fn to_napi_value(env: napi_env, val: NapiFpSrs) -> Result<napi_value>
Safety Read more
fn into_unknown(self, env: &Env) -> Result<Unknown<'_>, Error>
Auto Trait Implementations§
impl Freeze for NapiFpSrs
impl RefUnwindSafe for NapiFpSrs
impl Send for NapiFpSrs
impl Sync for NapiFpSrs
impl Unpin for NapiFpSrs
impl UnsafeUnpin for NapiFpSrs
impl UnwindSafe for NapiFpSrs
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