#[repr(C)]pub struct MIR_lref_data {
pub name: *const c_char,
pub label: MIR_label_t,
pub label2: MIR_label_t,
pub orig_label: MIR_label_t,
pub orig_label2: MIR_label_t,
pub disp: i64,
pub load_addr: *mut c_void,
pub next: *mut MIR_lref_data,
}Fields§
§name: *const c_char§label: MIR_label_t§label2: MIR_label_t§orig_label: MIR_label_t§orig_label2: MIR_label_t§disp: i64§load_addr: *mut c_void§next: *mut MIR_lref_dataTrait Implementations§
Source§impl Clone for MIR_lref_data
impl Clone for MIR_lref_data
Source§fn clone(&self) -> MIR_lref_data
fn clone(&self) -> MIR_lref_data
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 moreSource§impl Debug for MIR_lref_data
impl Debug for MIR_lref_data
impl Copy for MIR_lref_data
Auto Trait Implementations§
impl Freeze for MIR_lref_data
impl RefUnwindSafe for MIR_lref_data
impl !Send for MIR_lref_data
impl !Sync for MIR_lref_data
impl Unpin for MIR_lref_data
impl UnwindSafe for MIR_lref_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