Struct artichoke_backend::sys::mrb_value
source · #[repr(C)]pub struct mrb_value {
pub value: mrb_value_union,
pub tt: mrb_vtype,
}
Fields§
§value: mrb_value_union
§tt: mrb_vtype
Trait Implementations§
source§impl From<mrb_value> for NoBlockGiven
impl From<mrb_value> for NoBlockGiven
impl Copy for mrb_value
Auto Trait Implementations§
impl RefUnwindSafe for mrb_value
impl !Send for mrb_value
impl !Sync for mrb_value
impl Unpin for mrb_value
impl UnwindSafe for mrb_value
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