pub struct Dealloc { /* private fields */ }
Expand description
Permission to perform a deallocation with the global allocator
Implementations§
source§impl Dealloc
impl Dealloc
sourcepub spec fn view(self) -> DeallocData
pub spec fn view(self) -> DeallocData
sourcepub open spec fn provenance(self) -> Provenance
pub open spec fn provenance(self) -> Provenance
{ self.view().provenance }
Auto Trait Implementations§
impl Freeze for Dealloc
impl RefUnwindSafe for Dealloc
impl Send for Dealloc
impl Sync for Dealloc
impl Unpin for Dealloc
impl UnwindSafe for Dealloc
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