pub struct IRGlobal {
pub index: u32,
pub init: IRValue,
pub mutable: bool,
}Expand description
IR Global
Fields§
§index: u32Global index
init: IRValueInitial value
mutable: boolIs mutable
Trait Implementations§
Source§impl<'de> Deserialize<'de> for IRGlobal
impl<'de> Deserialize<'de> for IRGlobal
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for IRGlobal
impl RefUnwindSafe for IRGlobal
impl Send for IRGlobal
impl Sync for IRGlobal
impl Unpin for IRGlobal
impl UnsafeUnpin for IRGlobal
impl UnwindSafe for IRGlobal
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