[][src]Trait rdisk_shared::NullSafePtr

pub trait NullSafePtr<T: Sized> {
    fn safe_ptr(&self) -> *const T;
}

Required methods

fn safe_ptr(&self) -> *const T

Loading content...

Implementations on Foreign Types

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

impl NullSafePtr<u8> for str[src]

Loading content...

Implementors

impl<T: Sized> NullSafePtr<T> for Vec<T>[src]

Loading content...