pub struct CamlGroupProjectiveVesta(pub ProjectiveVesta);Tuple Fields§
§0: ProjectiveVestaTrait Implementations§
Source§impl Add for &CamlGroupProjectiveVesta
 
impl Add for &CamlGroupProjectiveVesta
Source§impl Add for CamlGroupProjectiveVesta
 
impl Add for CamlGroupProjectiveVesta
Source§impl Clone for CamlGroupProjectiveVesta
 
impl Clone for CamlGroupProjectiveVesta
Source§fn clone(&self) -> CamlGroupProjectiveVesta
 
fn clone(&self) -> CamlGroupProjectiveVesta
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 Custom for CamlGroupProjectiveVesta
 
impl Custom for CamlGroupProjectiveVesta
§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 CamlGroupProjectiveVesta
 
impl Deref for CamlGroupProjectiveVesta
Source§impl From<&CamlGroupProjectiveVesta> for ProjectiveVesta
 
impl From<&CamlGroupProjectiveVesta> for ProjectiveVesta
Source§fn from(x: &CamlGroupProjectiveVesta) -> Self
 
fn from(x: &CamlGroupProjectiveVesta) -> Self
Converts to this type from the input type.
Source§impl From<&Projective<VestaParameters>> for CamlGroupProjectiveVesta
 
impl From<&Projective<VestaParameters>> for CamlGroupProjectiveVesta
Source§fn from(x: &ProjectiveVesta) -> Self
 
fn from(x: &ProjectiveVesta) -> Self
Converts to this type from the input type.
Source§impl From<CamlGroupProjectiveVesta> for ProjectiveVesta
 
impl From<CamlGroupProjectiveVesta> for ProjectiveVesta
Source§fn from(x: CamlGroupProjectiveVesta) -> Self
 
fn from(x: CamlGroupProjectiveVesta) -> Self
Converts to this type from the input type.
Source§impl From<Projective<VestaParameters>> for CamlGroupProjectiveVesta
 
impl From<Projective<VestaParameters>> for CamlGroupProjectiveVesta
Source§fn from(x: ProjectiveVesta) -> Self
 
fn from(x: ProjectiveVesta) -> Self
Converts to this type from the input type.
Source§impl<'a> FromValue<'a> for CamlGroupProjectiveVesta
 
impl<'a> FromValue<'a> for CamlGroupProjectiveVesta
Source§fn from_value(value: Value) -> Self
 
fn from_value(value: Value) -> Self
Convert from OCaml value
Source§impl Neg for &CamlGroupProjectiveVesta
 
impl Neg for &CamlGroupProjectiveVesta
Source§impl Neg for CamlGroupProjectiveVesta
 
impl Neg for CamlGroupProjectiveVesta
Source§impl OCamlBinding for CamlGroupProjectiveVesta
 
impl OCamlBinding for CamlGroupProjectiveVesta
Source§impl OCamlDesc for CamlGroupProjectiveVesta
 
impl OCamlDesc for CamlGroupProjectiveVesta
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)
Source§impl Sub for &CamlGroupProjectiveVesta
 
impl Sub for &CamlGroupProjectiveVesta
Source§impl Sub for CamlGroupProjectiveVesta
 
impl Sub for CamlGroupProjectiveVesta
impl Copy for CamlGroupProjectiveVesta
Auto Trait Implementations§
impl Freeze for CamlGroupProjectiveVesta
impl RefUnwindSafe for CamlGroupProjectiveVesta
impl Send for CamlGroupProjectiveVesta
impl Sync for CamlGroupProjectiveVesta
impl Unpin for CamlGroupProjectiveVesta
impl UnwindSafe for CamlGroupProjectiveVesta
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> 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