Trait linearity::PointerMutExt

source ·
pub trait PointerMutExt<T>: PointerExt<T> { }
Expand description

Extension trait for mutable pointers.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<T> PointerMutExt<T> for *mut T
where *mut T: PointerExt<T>,

Implementors§