pub struct NapiFpShifts {
pub s0: NapiPastaFp,
pub s1: NapiPastaFp,
pub s2: NapiPastaFp,
pub s3: NapiPastaFp,
pub s4: NapiPastaFp,
pub s5: NapiPastaFp,
pub s6: NapiPastaFp,
}Fields§
§s0: NapiPastaFp§s1: NapiPastaFp§s2: NapiPastaFp§s3: NapiPastaFp§s4: NapiPastaFp§s5: NapiPastaFp§s6: NapiPastaFpTrait Implementations§
Source§impl Clone for NapiFpShifts
impl Clone for NapiFpShifts
Source§fn clone(&self) -> NapiFpShifts
fn clone(&self) -> NapiFpShifts
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NapiFpShifts
impl Debug for NapiFpShifts
Source§impl Default for NapiFpShifts
impl Default for NapiFpShifts
Source§fn default() -> NapiFpShifts
fn default() -> NapiFpShifts
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NapiFpShifts
impl<'de> Deserialize<'de> for NapiFpShifts
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl FromNapiValue for NapiFpShifts
impl FromNapiValue for NapiFpShifts
Source§unsafe fn from_napi_value(
env: napi_env,
napi_val: napi_value,
) -> Result<NapiFpShifts>
unsafe fn from_napi_value( env: napi_env, napi_val: napi_value, ) -> Result<NapiFpShifts>
Safety Read more
fn from_unknown(value: Unknown<'_>) -> Result<Self, Error>
Source§impl Serialize for NapiFpShifts
impl Serialize for NapiFpShifts
Source§impl ToNapiValue for NapiFpShifts
impl ToNapiValue for NapiFpShifts
Source§unsafe fn to_napi_value(env: napi_env, val: NapiFpShifts) -> Result<napi_value>
unsafe fn to_napi_value(env: napi_env, val: NapiFpShifts) -> Result<napi_value>
Safety Read more
fn into_unknown(self, env: &Env) -> Result<Unknown<'_>, Error>
Source§impl TypeName for NapiFpShifts
impl TypeName for NapiFpShifts
Auto Trait Implementations§
impl Freeze for NapiFpShifts
impl RefUnwindSafe for NapiFpShifts
impl Send for NapiFpShifts
impl Sync for NapiFpShifts
impl Unpin for NapiFpShifts
impl UnsafeUnpin for NapiFpShifts
impl UnwindSafe for NapiFpShifts
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