Skip to main content

type_id_points_mutably

Function type_id_points_mutably 

Source
pub const fn type_id_points_mutably(_id: TypeId) -> bool
🔬This is a nightly-only experimental API. (core_intrinsics)
Expand description

Given a TypeId that represents a pointer returns whether that pointer is mutable. When called on anything else this returns false.

The more user-friendly version of this intrinsic is core::any::TypeId::points_mutably.