pub struct RegGlobalImport {
pub module: String,
pub name: String,
pub ty: GlobalType,
}Expand description
A global import declaration in lowered register IR.
Fields§
§module: String§name: String§ty: GlobalTypeTrait Implementations§
Source§impl Clone for RegGlobalImport
impl Clone for RegGlobalImport
Source§fn clone(&self) -> RegGlobalImport
fn clone(&self) -> RegGlobalImport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RegGlobalImport
impl Debug for RegGlobalImport
impl Eq for RegGlobalImport
Source§impl PartialEq for RegGlobalImport
impl PartialEq for RegGlobalImport
impl StructuralPartialEq for RegGlobalImport
Auto Trait Implementations§
impl Freeze for RegGlobalImport
impl RefUnwindSafe for RegGlobalImport
impl Send for RegGlobalImport
impl Sync for RegGlobalImport
impl Unpin for RegGlobalImport
impl UnsafeUnpin for RegGlobalImport
impl UnwindSafe for RegGlobalImport
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