pub struct CamlGroupProjectivePallas(pub ProjectivePallas);
Tuple Fields§
§0: ProjectivePallas
Trait Implementations§
source§impl Clone for CamlGroupProjectivePallas
impl Clone for CamlGroupProjectivePallas
source§fn clone(&self) -> CamlGroupProjectivePallas
fn clone(&self) -> CamlGroupProjectivePallas
Returns a copy 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 Custom for CamlGroupProjectivePallas
impl Custom for CamlGroupProjectivePallas
§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.source§impl Deref for CamlGroupProjectivePallas
impl Deref for CamlGroupProjectivePallas
source§impl From<&CamlGroupProjectivePallas> for ProjectivePallas
impl From<&CamlGroupProjectivePallas> for ProjectivePallas
source§fn from(x: &CamlGroupProjectivePallas) -> Self
fn from(x: &CamlGroupProjectivePallas) -> Self
Converts to this type from the input type.
source§impl From<&Projective<PallasParameters>> for CamlGroupProjectivePallas
impl From<&Projective<PallasParameters>> for CamlGroupProjectivePallas
source§impl From<CamlGroupProjectivePallas> for ProjectivePallas
impl From<CamlGroupProjectivePallas> for ProjectivePallas
source§fn from(x: CamlGroupProjectivePallas) -> Self
fn from(x: CamlGroupProjectivePallas) -> Self
Converts to this type from the input type.
source§impl From<Projective<PallasParameters>> for CamlGroupProjectivePallas
impl From<Projective<PallasParameters>> for CamlGroupProjectivePallas
source§impl<'a> FromValue<'a> for CamlGroupProjectivePallas
impl<'a> FromValue<'a> for CamlGroupProjectivePallas
source§fn from_value(value: Value) -> Self
fn from_value(value: Value) -> Self
Convert from OCaml value
source§impl Neg for &CamlGroupProjectivePallas
impl Neg for &CamlGroupProjectivePallas
source§impl Neg for CamlGroupProjectivePallas
impl Neg for CamlGroupProjectivePallas
source§impl OCamlBinding for CamlGroupProjectivePallas
impl OCamlBinding for CamlGroupProjectivePallas
source§impl OCamlDesc for CamlGroupProjectivePallas
impl OCamlDesc for CamlGroupProjectivePallas
source§fn ocaml_desc(env: &Env, _generics: &[&str]) -> String
fn ocaml_desc(env: &Env, _generics: &[&str]) -> String
describes the type in OCaml, given the current environment [Env]
and the list of generic type parameters of the root type
(the type that makes use of this type)
impl Copy for CamlGroupProjectivePallas
Auto Trait Implementations§
impl RefUnwindSafe for CamlGroupProjectivePallas
impl Send for CamlGroupProjectivePallas
impl Sync for CamlGroupProjectivePallas
impl Unpin for CamlGroupProjectivePallas
impl UnwindSafe for CamlGroupProjectivePallas
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