[][src]Trait aliasable_deref_trait::AliasableDeref

pub unsafe trait AliasableDeref: Deref { }

Marker trait for a pointer type that is allowed to have its pointee aliased (except when dropped).

Implementations on Foreign Types

impl<T: ?Sized> AliasableDeref for Rc<T>[src]

impl<T: ?Sized> AliasableDeref for Arc<T>[src]

Loading content...

Implementors

Loading content...