Trait csflow::traits::MemoryClass
source · pub trait MemoryClass {
// Required methods
fn ptr(&self) -> Address;
fn new(ptr: Address) -> Self;
}Expand description
A trait that implements basic functions for a class represented by a single pointer