#[repr(C)]pub struct mrb_pool_value {
pub tt: u32,
pub u: mrb_pool_value__bindgen_ty_1,
}
Fields§
§tt: u32
§u: mrb_pool_value__bindgen_ty_1
Trait Implementations§
Source§impl Clone for mrb_pool_value
impl Clone for mrb_pool_value
Source§fn clone(&self) -> mrb_pool_value
fn clone(&self) -> mrb_pool_value
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for mrb_pool_value
Auto Trait Implementations§
impl Freeze for mrb_pool_value
impl RefUnwindSafe for mrb_pool_value
impl !Send for mrb_pool_value
impl !Sync for mrb_pool_value
impl Unpin for mrb_pool_value
impl UnwindSafe for mrb_pool_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