Trait aliasable_deref_trait::AliasableDeref[][src]

pub unsafe trait AliasableDeref: Deref { }
Expand description

An unsafe marker trait for types that deref to an address that is aliasable when coerced to a raw pointer.

This means types that have their deref backed by a core::ptr::UniquePtr are not-applicable due to noalias.

Implementations on Foreign Types

Implementors