pub struct LocalGlobal {
pub global_id: GlobalID,
pub ty: GlobalType,
pub init_expr: InitExpr,
}
Expand description
Represents a global that is locally defined in the module.
Fields§
§global_id: GlobalID
§ty: GlobalType
§init_expr: InitExpr
Trait Implementations§
Source§impl Clone for LocalGlobal
impl Clone for LocalGlobal
Source§fn clone(&self) -> LocalGlobal
fn clone(&self) -> LocalGlobal
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 moreAuto Trait Implementations§
impl Freeze for LocalGlobal
impl RefUnwindSafe for LocalGlobal
impl Send for LocalGlobal
impl Sync for LocalGlobal
impl Unpin for LocalGlobal
impl UnwindSafe for LocalGlobal
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