Trait Buffer

Source
pub trait Buffer {
    // Required method
    fn get_ptr(&self) -> u64;
}
Expand description

trait for buffer

this trait is used to get the pointer of the data memory

Required Methods§

Source

fn get_ptr(&self) -> u64

get the pointer of the data memory

Implementors§