pub enum ReuseAllocKind {
Heap,
Stack,
Scratch,
Static,
Inline,
}Expand description
Reuse allocation kind
Variants§
Trait Implementations§
Source§impl Clone for ReuseAllocKind
impl Clone for ReuseAllocKind
Source§fn clone(&self) -> ReuseAllocKind
fn clone(&self) -> ReuseAllocKind
Returns a duplicate 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 ReuseAllocKind
impl Debug for ReuseAllocKind
Source§impl Display for ReuseAllocKind
impl Display for ReuseAllocKind
Source§impl PartialEq for ReuseAllocKind
impl PartialEq for ReuseAllocKind
impl Eq for ReuseAllocKind
impl StructuralPartialEq for ReuseAllocKind
Auto Trait Implementations§
impl Freeze for ReuseAllocKind
impl RefUnwindSafe for ReuseAllocKind
impl Send for ReuseAllocKind
impl Sync for ReuseAllocKind
impl Unpin for ReuseAllocKind
impl UnsafeUnpin for ReuseAllocKind
impl UnwindSafe for ReuseAllocKind
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