pub struct WasmFqShifts {
    pub s0: WasmPastaFq,
    pub s1: WasmPastaFq,
    pub s2: WasmPastaFq,
    pub s3: WasmPastaFq,
    pub s4: WasmPastaFq,
    pub s5: WasmPastaFq,
    pub s6: WasmPastaFq,
}Fields§
§s0: WasmPastaFq§s1: WasmPastaFq§s2: WasmPastaFq§s3: WasmPastaFq§s4: WasmPastaFq§s5: WasmPastaFq§s6: WasmPastaFqImplementations§
Source§impl WasmFqShifts
 
impl WasmFqShifts
pub fn new( s0: WasmPastaFq, s1: WasmPastaFq, s2: WasmPastaFq, s3: WasmPastaFq, s4: WasmPastaFq, s5: WasmPastaFq, s6: WasmPastaFq, ) -> Self
Trait Implementations§
Source§impl Clone for WasmFqShifts
 
impl Clone for WasmFqShifts
Source§fn clone(&self) -> WasmFqShifts
 
fn clone(&self) -> WasmFqShifts
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 From<WasmFqShifts> for JsValue
 
impl From<WasmFqShifts> for JsValue
Source§fn from(value: WasmFqShifts) -> Self
 
fn from(value: WasmFqShifts) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for WasmFqShifts
 
impl FromWasmAbi for WasmFqShifts
Source§impl IntoWasmAbi for WasmFqShifts
 
impl IntoWasmAbi for WasmFqShifts
Source§impl LongRefFromWasmAbi for WasmFqShifts
 
impl LongRefFromWasmAbi for WasmFqShifts
Source§impl OptionFromWasmAbi for WasmFqShifts
 
impl OptionFromWasmAbi for WasmFqShifts
Source§impl OptionIntoWasmAbi for WasmFqShifts
 
impl OptionIntoWasmAbi for WasmFqShifts
Source§impl RefFromWasmAbi for WasmFqShifts
 
impl RefFromWasmAbi for WasmFqShifts
Source§type Anchor = Ref<'static, WasmFqShifts>
 
type Anchor = Ref<'static, WasmFqShifts>
The type that holds the reference to 
Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.Source§impl RefMutFromWasmAbi for WasmFqShifts
 
impl RefMutFromWasmAbi for WasmFqShifts
Source§impl TryFromJsValue for WasmFqShifts
 
impl TryFromJsValue for WasmFqShifts
Source§impl VectorFromWasmAbi for WasmFqShifts
 
impl VectorFromWasmAbi for WasmFqShifts
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[WasmFqShifts]>
Source§impl VectorIntoWasmAbi for WasmFqShifts
 
impl VectorIntoWasmAbi for WasmFqShifts
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[WasmFqShifts]>) -> Self::Abi
Source§impl WasmDescribeVector for WasmFqShifts
 
impl WasmDescribeVector for WasmFqShifts
impl Copy for WasmFqShifts
Auto Trait Implementations§
impl Freeze for WasmFqShifts
impl RefUnwindSafe for WasmFqShifts
impl Send for WasmFqShifts
impl Sync for WasmFqShifts
impl Unpin for WasmFqShifts
impl UnwindSafe for WasmFqShifts
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
Source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
§impl<T> Pointable for T
 
impl<T> Pointable for T
Source§impl<T> ReturnWasmAbi for Twhere
    T: IntoWasmAbi,
 
impl<T> ReturnWasmAbi for Twhere
    T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
 
type Abi = <T as IntoWasmAbi>::Abi
Same as 
IntoWasmAbi::AbiSource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
 
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as 
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.