#[repr(C)]pub struct IrConst {
pub kind: IrConstKind,
pub value: IrConstValue,
}Fields§
§kind: IrConstKind§value: IrConstValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for IrConst
impl RefUnwindSafe for IrConst
impl Send for IrConst
impl Sync for IrConst
impl Unpin for IrConst
impl UnsafeUnpin for IrConst
impl UnwindSafe for IrConst
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