Pointable

Trait Pointable 

Source
pub trait Pointable {
    // Required method
    fn get_pointer(&self) -> usize;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl Pointable for usize

Implementors§

Source§

impl<T> Pointable for &Variable<T>

Source§

impl<T> Pointable for ByteRef<'_, T>