pub struct WasmFqDomain {
    pub log_size_of_group: i32,
    pub group_gen: WasmPastaFq,
}Fields§
§log_size_of_group: i32§group_gen: WasmPastaFqImplementations§
Source§impl WasmFqDomain
 
impl WasmFqDomain
pub fn new(log_size_of_group: i32, group_gen: WasmPastaFq) -> Self
Trait Implementations§
Source§impl Clone for WasmFqDomain
 
impl Clone for WasmFqDomain
Source§fn clone(&self) -> WasmFqDomain
 
fn clone(&self) -> WasmFqDomain
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<WasmFqDomain> for JsValue
 
impl From<WasmFqDomain> for JsValue
Source§fn from(value: WasmFqDomain) -> Self
 
fn from(value: WasmFqDomain) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for WasmFqDomain
 
impl FromWasmAbi for WasmFqDomain
Source§impl IntoWasmAbi for WasmFqDomain
 
impl IntoWasmAbi for WasmFqDomain
Source§impl LongRefFromWasmAbi for WasmFqDomain
 
impl LongRefFromWasmAbi for WasmFqDomain
Source§impl OptionFromWasmAbi for WasmFqDomain
 
impl OptionFromWasmAbi for WasmFqDomain
Source§impl OptionIntoWasmAbi for WasmFqDomain
 
impl OptionIntoWasmAbi for WasmFqDomain
Source§impl RefFromWasmAbi for WasmFqDomain
 
impl RefFromWasmAbi for WasmFqDomain
Source§type Anchor = Ref<'static, WasmFqDomain>
 
type Anchor = Ref<'static, WasmFqDomain>
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 WasmFqDomain
 
impl RefMutFromWasmAbi for WasmFqDomain
Source§impl TryFromJsValue for WasmFqDomain
 
impl TryFromJsValue for WasmFqDomain
Source§impl VectorFromWasmAbi for WasmFqDomain
 
impl VectorFromWasmAbi for WasmFqDomain
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[WasmFqDomain]>
Source§impl VectorIntoWasmAbi for WasmFqDomain
 
impl VectorIntoWasmAbi for WasmFqDomain
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[WasmFqDomain]>) -> Self::Abi
Source§impl WasmDescribeVector for WasmFqDomain
 
impl WasmDescribeVector for WasmFqDomain
impl Copy for WasmFqDomain
Auto Trait Implementations§
impl Freeze for WasmFqDomain
impl RefUnwindSafe for WasmFqDomain
impl Send for WasmFqDomain
impl Sync for WasmFqDomain
impl Unpin for WasmFqDomain
impl UnwindSafe for WasmFqDomain
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.