Trait peek_poke::slice_ext::AsEndMutPtr

source ·
pub trait AsEndMutPtr<T> {
    // Required method
    fn as_end_mut_ptr(self) -> *mut T;
}

Required Methods§

Implementations on Foreign Types§

source§

impl<'a> AsEndMutPtr<u8> for &'a mut [u8]

Implementors§