#[repr(C)]pub struct MIR_module {
pub data: *mut c_void,
pub name: *const c_char,
pub items: DLIST_MIR_item_t,
pub module_link: DLIST_LINK_MIR_module_t,
pub last_temp_item_num: u32,
}Fields§
§data: *mut c_void§name: *const c_char§items: DLIST_MIR_item_t§module_link: DLIST_LINK_MIR_module_t§last_temp_item_num: u32Trait Implementations§
Source§impl Clone for MIR_module
impl Clone for MIR_module
Source§fn clone(&self) -> MIR_module
fn clone(&self) -> MIR_module
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_module
impl Debug for MIR_module
impl Copy for MIR_module
Auto Trait Implementations§
impl Freeze for MIR_module
impl RefUnwindSafe for MIR_module
impl !Send for MIR_module
impl !Sync for MIR_module
impl Unpin for MIR_module
impl UnwindSafe for MIR_module
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