#[repr(C)]pub struct mrb_pool { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for mrb_pool
impl RefUnwindSafe for mrb_pool
impl Send for mrb_pool
impl Sync for mrb_pool
impl Unpin for mrb_pool
impl UnwindSafe for mrb_pool
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