Struct kimchi::circuits::lookup::runtime_tables::caml::CamlRuntimeTableSpec
source · pub struct CamlRuntimeTableSpec {
pub id: i32,
pub len: usize,
}
Fields§
§id: i32
§len: usize
Trait Implementations§
source§impl From<CamlRuntimeTableSpec> for RuntimeTableSpec
impl From<CamlRuntimeTableSpec> for RuntimeTableSpec
source§fn from(caml_rt_spec: CamlRuntimeTableSpec) -> Self
fn from(caml_rt_spec: CamlRuntimeTableSpec) -> Self
Converts to this type from the input type.
source§impl From<RuntimeTableSpec> for CamlRuntimeTableSpec
impl From<RuntimeTableSpec> for CamlRuntimeTableSpec
source§fn from(rt_spec: RuntimeTableSpec) -> Self
fn from(rt_spec: RuntimeTableSpec) -> Self
Converts to this type from the input type.
source§impl<'from_value_lifetime> FromValue<'from_value_lifetime> for CamlRuntimeTableSpec
impl<'from_value_lifetime> FromValue<'from_value_lifetime> for CamlRuntimeTableSpec
source§fn from_value(value: Value) -> Self
fn from_value(value: Value) -> Self
Convert from OCaml value
source§impl IntoValue for CamlRuntimeTableSpec
impl IntoValue for CamlRuntimeTableSpec
source§fn into_value(self, gc: &Runtime) -> Value
fn into_value(self, gc: &Runtime) -> Value
Convert to OCaml value
source§impl OCamlBinding for CamlRuntimeTableSpec
impl OCamlBinding for CamlRuntimeTableSpec
source§impl OCamlDesc for CamlRuntimeTableSpec
impl OCamlDesc for CamlRuntimeTableSpec
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)
Auto Trait Implementations§
impl RefUnwindSafe for CamlRuntimeTableSpec
impl Send for CamlRuntimeTableSpec
impl Sync for CamlRuntimeTableSpec
impl Unpin for CamlRuntimeTableSpec
impl UnwindSafe for CamlRuntimeTableSpec
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