Trait libxas::bbu::SymConv

source ·
pub trait SymConv {
    fn from_ptr<T: PtrSize>(a: T) -> Self;
    fn from_dat<T: DatSize>(a: T) -> Self;
    fn into_ptr<T: PtrSize, E: Integral>(&self) -> T;
}

Required Methods§

Implementors§