Struct gimli::read::StoreOnHeap
source · pub struct StoreOnHeap;
Expand description
Indicates that storage should be allocated on heap.
Trait Implementations§
source§impl Clone for StoreOnHeap
impl Clone for StoreOnHeap
source§fn clone(&self) -> StoreOnHeap
fn clone(&self) -> StoreOnHeap
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for StoreOnHeap
impl Debug for StoreOnHeap
source§impl<R: Reader> EvaluationStorage<R> for StoreOnHeap
impl<R: Reader> EvaluationStorage<R> for StoreOnHeap
source§impl PartialEq<StoreOnHeap> for StoreOnHeap
impl PartialEq<StoreOnHeap> for StoreOnHeap
source§fn eq(&self, other: &StoreOnHeap) -> bool
fn eq(&self, other: &StoreOnHeap) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<R: Reader> UnwindContextStorage<R> for StoreOnHeap
impl<R: Reader> UnwindContextStorage<R> for StoreOnHeap
§type Rules = [(Register, RegisterRule<R>); 192]
type Rules = [(Register, RegisterRule<R>); 192]
The storage used for register rules in a unwind table row. Read more
§type Stack = Vec<UnwindTableRow<R, StoreOnHeap>, Global>
type Stack = Vec<UnwindTableRow<R, StoreOnHeap>, Global>
The storage used for unwind table row stack.
impl Copy for StoreOnHeap
impl Eq for StoreOnHeap
impl StructuralEq for StoreOnHeap
impl StructuralPartialEq for StoreOnHeap
Auto Trait Implementations§
impl RefUnwindSafe for StoreOnHeap
impl Send for StoreOnHeap
impl Sync for StoreOnHeap
impl Unpin for StoreOnHeap
impl UnwindSafe for StoreOnHeap
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