pub(in core) enum AllocState {
Forwarded(NonNull<u8>),
Global,
Unmoved,
}Variants§
Auto Trait Implementations§
impl Freeze for AllocState
impl RefUnwindSafe for AllocState
impl !Send for AllocState
impl !Sync for AllocState
impl Unpin for AllocState
impl UnsafeUnpin for AllocState
impl UnwindSafe for AllocState
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