Trait pointer::TPointer [] [src]

pub trait TPointer<T> {
    fn read(self) -> T;
fn copyAssumingOverlap(self, destination: *mut T, count: usize);
fn copyAssumingNoOverlap(self, destination: *mut T, count: usize); }

Required Methods

Implementors