pub struct ExtractRealloc {
pub index: RuntimeReallocIndex,
pub def: CoreDef,
}
Expand description
Same as ExtractMemory
but for the realloc
canonical option.
Fields§
§index: RuntimeReallocIndex
The index of the realloc being defined.
def: CoreDef
Where this realloc is being extracted from.
Trait Implementations§
source§impl Debug for ExtractRealloc
impl Debug for ExtractRealloc
source§impl<'de> Deserialize<'de> for ExtractRealloc
impl<'de> Deserialize<'de> for ExtractRealloc
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 ExtractRealloc
impl RefUnwindSafe for ExtractRealloc
impl Send for ExtractRealloc
impl Sync for ExtractRealloc
impl Unpin for ExtractRealloc
impl UnwindSafe for ExtractRealloc
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