pub struct CamlPastaFpPoseidonParams(_);
Trait Implementations§
source§impl Custom for CamlPastaFpPoseidonParams
impl Custom for CamlPastaFpPoseidonParams
§const FIXED_LENGTH: Option<custom_fixed_length> = None
const FIXED_LENGTH: Option<custom_fixed_length> = None
Custom type fixed length
§const USED: usize = 0usize
const USED: usize = 0usize
used
parameter to alloc_custom
. This helps determine the frequency of garbage
collection related to this custom type.Auto Trait Implementations§
impl RefUnwindSafe for CamlPastaFpPoseidonParams
impl Send for CamlPastaFpPoseidonParams
impl Sync for CamlPastaFpPoseidonParams
impl Unpin for CamlPastaFpPoseidonParams
impl UnwindSafe for CamlPastaFpPoseidonParams
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
§impl<T> IntoValue for Twhere
T: 'static + Custom,
impl<T> IntoValue for Twhere T: 'static + Custom,
§fn into_value(self, rt: &OCamlRuntime) -> Value
fn into_value(self, rt: &OCamlRuntime) -> Value
Convert to OCaml value