pub struct I32Const {
pub integer: Integer,
pub exprs: Vec<Expression>,
}Fields§
§integer: Integer§exprs: Vec<Expression>Implementations§
Trait Implementations§
impl Eq for I32Const
impl StructuralPartialEq for I32Const
Auto Trait Implementations§
impl Freeze for I32Const
impl RefUnwindSafe for I32Const
impl Send for I32Const
impl Sync for I32Const
impl Unpin for I32Const
impl UnwindSafe for I32Const
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