pub struct ConstantInfo {
pub ip: InstructionPosition,
pub constant_ref: ConstantRef,
pub target_constant_memory: ConstantMemoryRegion,
}Fields§
§ip: InstructionPosition§constant_ref: ConstantRef§target_constant_memory: ConstantMemoryRegionAuto Trait Implementations§
impl Freeze for ConstantInfo
impl RefUnwindSafe for ConstantInfo
impl !Send for ConstantInfo
impl !Sync for ConstantInfo
impl Unpin for ConstantInfo
impl UnwindSafe for ConstantInfo
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