Trait AllocatorOutputRetrive

Source
pub trait AllocatorOutputRetrive {
    // Required method
    fn get_ptr(&self) -> *mut u8;
}
Expand description

traits for the allocator output retrive

Required Methods§

Source

fn get_ptr(&self) -> *mut u8

get the pointer from the allocator output

Implementations on Foreign Types§

Source§

impl AllocatorOutputRetrive for *mut u8

Implementors§