pub struct CamlFpSrs(pub Arc<SRS<Vesta>>);Tuple Fields§
§0: Arc<SRS<Vesta>>Implementations§
Trait Implementations§
Source§impl Custom for CamlFpSrs
 
impl Custom for CamlFpSrs
§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<'a> FromValue<'a> for CamlFpSrs
 
impl<'a> FromValue<'a> for CamlFpSrs
Source§fn from_value(value: Value) -> Self
 
fn from_value(value: Value) -> Self
Convert from OCaml value
Auto Trait Implementations§
impl Freeze for CamlFpSrs
impl RefUnwindSafe for CamlFpSrs
impl Send for CamlFpSrs
impl Sync for CamlFpSrs
impl Unpin for CamlFpSrs
impl UnwindSafe for CamlFpSrs
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