pub struct CamlWire {
pub row: Int,
pub col: Int,
}
Fields§
§row: Int
§col: Int
Trait Implementations§
source§impl<'from_value_lifetime> FromValue<'from_value_lifetime> for CamlWire
impl<'from_value_lifetime> FromValue<'from_value_lifetime> for CamlWire
source§fn from_value(value: Value) -> Self
fn from_value(value: Value) -> Self
Convert from OCaml value
source§impl IntoValue for CamlWire
impl IntoValue for CamlWire
source§fn into_value(self, gc: &Runtime) -> Value
fn into_value(self, gc: &Runtime) -> Value
Convert to OCaml value
Auto Trait Implementations§
impl RefUnwindSafe for CamlWire
impl Send for CamlWire
impl Sync for CamlWire
impl Unpin for CamlWire
impl UnwindSafe for CamlWire
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