Struct crayon::utils::data_buf::DataBufferPtr [] [src]

pub struct DataBufferPtr<T: ?Sized> where
    T: , 
{ /* fields omitted */ }

A view into our DataBuffer, indicates where the object T stored.

Trait Implementations

impl<T: Debug + ?Sized> Debug for DataBufferPtr<T> where
    T: , 
[src]

[src]

Formats the value using the given formatter.

impl<T: ?Sized> Clone for DataBufferPtr<T> where
    T: , 
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: ?Sized> Copy for DataBufferPtr<T> where
    T: , 
[src]