Function bitvec::ptr::drop_in_place
source · pub unsafe fn drop_in_place<T, O>(_: BitPtr<Mut, T, O>)where
T: BitStore,
O: BitOrder,
👎Deprecated: this has no effect, and should not be called
Expand description
Remote Destructor
BitPtr
only points to indestructible types. This has no effect, and is only
present for symbol compatibility. You should not have been calling it on your
integers or bool
s anyway!