#[repr(C)]pub struct MIR_item {
pub data: *mut c_void,
pub module: MIR_module_t,
pub item_link: DLIST_LINK_MIR_item_t,
pub item_type: MIR_item_type_t,
pub ref_def: MIR_item_t,
pub addr: *mut c_void,
pub export_p: c_char,
pub section_head_p: c_char,
pub u: MIR_item__bindgen_ty_1,
}Fields§
§data: *mut c_void§module: MIR_module_t§item_link: DLIST_LINK_MIR_item_t§item_type: MIR_item_type_t§ref_def: MIR_item_t§addr: *mut c_void§export_p: c_char§section_head_p: c_char§u: MIR_item__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for MIR_item
impl RefUnwindSafe for MIR_item
impl !Send for MIR_item
impl !Sync for MIR_item
impl Unpin for MIR_item
impl UnwindSafe for MIR_item
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