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