Struct gimli::read::StoreOnHeap
source · [−]pub struct StoreOnHeap;
Expand description
Indicates that storage should be allocated on heap.
Trait Implementations
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
Mutably borrows from an owned value. Read more