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