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 for StoreOnHeap
impl PartialEq for StoreOnHeap
source§impl<T: ReaderOffset> UnwindContextStorage<T> for StoreOnHeap
impl<T: ReaderOffset> UnwindContextStorage<T> for StoreOnHeap
impl Copy for StoreOnHeap
impl Eq for StoreOnHeap
impl StructuralPartialEq for StoreOnHeap
Auto Trait Implementations§
impl Freeze for StoreOnHeap
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.