#[repr(C)]pub struct mrb_irep_debug_info {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
Source§impl Clone for mrb_irep_debug_info
impl Clone for mrb_irep_debug_info
Source§fn clone(&self) -> mrb_irep_debug_info
fn clone(&self) -> mrb_irep_debug_info
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 moreSource§impl Debug for mrb_irep_debug_info
impl Debug for mrb_irep_debug_info
impl Copy for mrb_irep_debug_info
Auto Trait Implementations§
impl Freeze for mrb_irep_debug_info
impl RefUnwindSafe for mrb_irep_debug_info
impl Send for mrb_irep_debug_info
impl Sync for mrb_irep_debug_info
impl Unpin for mrb_irep_debug_info
impl UnwindSafe for mrb_irep_debug_info
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