Trait building_blocks_storage::access_traits::GetMutPtr[][src]

pub trait GetMutPtr<L> {
    type Item;
    unsafe fn get_mut_ptr(&mut self, location: L) -> Self::Item;
}

Associated Types

Required methods

Get a mutable pointer to the value at location.

Implementations on Foreign Types

Implementors