PtrType

Trait PtrType 

Source
pub trait PtrType {
    // Required methods
    fn len(&self) -> usize;
    fn flag(&self) -> AllocFlag;
}

Required Methods§

Source

fn len(&self) -> usize

Source

fn flag(&self) -> AllocFlag

Implementors§

Source§

impl<S, T> PtrType for StackArray<S, T>
where S: Shape,

Source§

impl<T> PtrType for CPUPtr<T>

Source§

impl<T> PtrType for CLPtr<T>

Source§

impl<T> PtrType for Num<T>