Allocation

Trait Allocation 

Source
pub trait Allocation {
    // Required methods
    fn offset(&self) -> u64;
    fn size(&self) -> u64;
}

Required Methods§

Source

fn offset(&self) -> u64

Source

fn size(&self) -> u64

Implementors§