#[repr(C)]pub struct mrb_value {
pub w: usize,
}
Fields§
§w: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for mrb_value
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