pub struct NapiFqShifts {
pub s0: NapiPastaFq,
pub s1: NapiPastaFq,
pub s2: NapiPastaFq,
pub s3: NapiPastaFq,
pub s4: NapiPastaFq,
pub s5: NapiPastaFq,
pub s6: NapiPastaFq,
}Fields§
§s0: NapiPastaFq§s1: NapiPastaFq§s2: NapiPastaFq§s3: NapiPastaFq§s4: NapiPastaFq§s5: NapiPastaFq§s6: NapiPastaFqTrait Implementations§
Source§impl Clone for NapiFqShifts
impl Clone for NapiFqShifts
Source§fn clone(&self) -> NapiFqShifts
fn clone(&self) -> NapiFqShifts
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 NapiFqShifts
impl Debug for NapiFqShifts
Source§impl Default for NapiFqShifts
impl Default for NapiFqShifts
Source§fn default() -> NapiFqShifts
fn default() -> NapiFqShifts
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NapiFqShifts
impl<'de> Deserialize<'de> for NapiFqShifts
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 NapiFqShifts
impl FromNapiValue for NapiFqShifts
Source§unsafe fn from_napi_value(
env: napi_env,
napi_val: napi_value,
) -> Result<NapiFqShifts>
unsafe fn from_napi_value( env: napi_env, napi_val: napi_value, ) -> Result<NapiFqShifts>
Safety Read more
fn from_unknown(value: Unknown<'_>) -> Result<Self, Error>
Source§impl Serialize for NapiFqShifts
impl Serialize for NapiFqShifts
Source§impl ToNapiValue for NapiFqShifts
impl ToNapiValue for NapiFqShifts
Source§unsafe fn to_napi_value(env: napi_env, val: NapiFqShifts) -> Result<napi_value>
unsafe fn to_napi_value(env: napi_env, val: NapiFqShifts) -> Result<napi_value>
Safety Read more
fn into_unknown(self, env: &Env) -> Result<Unknown<'_>, Error>
Source§impl TypeName for NapiFqShifts
impl TypeName for NapiFqShifts
Auto Trait Implementations§
impl Freeze for NapiFqShifts
impl RefUnwindSafe for NapiFqShifts
impl Send for NapiFqShifts
impl Sync for NapiFqShifts
impl Unpin for NapiFqShifts
impl UnsafeUnpin for NapiFqShifts
impl UnwindSafe for NapiFqShifts
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