[][src]Trait rdisk_shared::NullSafeMutPtr

pub trait NullSafeMutPtr<T: Sized> {
    fn safe_mut_ptr(&mut self) -> *mut T;
}

Required methods

fn safe_mut_ptr(&mut self) -> *mut T

Loading content...

Implementations on Foreign Types

impl<'_, T: Sized> NullSafeMutPtr<T> for &'_ mut [T][src]

Loading content...

Implementors

Loading content...